[jboss-user] [JBossCache] - Re: Persisting eviction statistics
manik.surtani@jboss.com
do-not-reply at jboss.com
Wed Nov 7 07:29:41 EST 2007
This is by design. Eviction information is only about nodes which are in memory at any given time, so the eviction thread knows what can be evicted, or more specifically, the order in which to evict things.
This information is meaningless in a cache loader, or even when freshly loaded on startup. The eviction algorithm should monitor usage patterns after startup and then evict accordingly.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4102508#4102508
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4102508
More information about the jboss-user
mailing list