Yes,we have an use case such that we need to create a cache for each tenant and their activities(employees,managers,suppliers etc under each tenant ) and as well as need to persist the data into external database.
Can you please tell how to achieve from c# client to java server(there is a reason behind to store cache in java server). On Fri, Oct 6, 2017 at 4:36 PM, Alexey Kukushkin <[email protected]> wrote: > Hi, you cannot rename a cache at runtime. There is currently no > "renameCache" Java Api (we have only "create" and "destroy" cache APIs) and > "ALTER TABLE RENAME TO" SQL API is currently not supported. > > Do you have a real use case when such a feature would be useful? >
