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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
