[jboss-user] [JBossCache] - Re: cache passivation problem
manik.surtani@jboss.com
do-not-reply at jboss.com
Wed Mar 14 09:07:04 EDT 2007
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 configured.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027898#4027898
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027898
More information about the jboss-user
mailing list