[jboss-user] [JBossCache] - Re: cache passivation problem

2007-03-14 Thread dan.washusen
Ahha, thanks Manik. All working now... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4028182#4028182 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4028182 ___ jboss-user mail

[jboss-user] [JBossCache] - Re: cache passivation problem

2007-03-14 Thread [EMAIL PROTECTED]
Passivation (writing to disk) only happens when data is evicted from memory. I.e., when the eviction algorithm decides that it needs to free up some memory. If you want to write to disk all the time as a persistent store, set passivation to false, but still make sure you have a cache loader con