On 14.11.14 13:47, joao tiago a. m. viegas wrote: > I'll probably reformat this question in a simpler way. > > The goal is to persist an element and retrieve it after restart of a new vm.
The disk caches persist the keys when the cache is shut down. So you should call CompositeCacheManager.getInstance().shutDown(); before your application ends. Bye, Thomas. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
