Re: [jcs] Migrating from Ehcache to JCS, need help getting the right config

2017-03-26 Thread Thomas Vandahl
On 23.03.17 15:01, robertlazarski . wrote: > Thanks for the response! That helped a lot. I am about to start coding > but I am trying to figure out #3. Please see below. The cache warming itself is not a big deal. Just call getKeySet() on the memory cache and call get() for all keys. This will

Re: [jcs] Migrating from Ehcache to JCS, need help getting the right config

2017-03-23 Thread robertlazarski .
Thanks for the response! That helped a lot. I am about to start coding but I am trying to figure out #3. Please see below. On Wed, Mar 22, 2017 at 2:44 PM, Thomas Vandahl wrote: >> 3) Most importantly, on server startup we need the entire disk >> persisted cache loaded into

Re: [jcs] Migrating from Ehcache to JCS, need help getting the right config

2017-03-22 Thread Thomas Vandahl
Hi there, On 21.03.17 15:50, robertlazarski . wrote: > Hello! We have a production system running Ehcache and we'd like to > use JCS instead. What I need to do with JCS is: > > 1) Load all Objects into memory, unlimited with infinite "time to > live". In practice over many years, its not been a