[jboss-user] [JBossCache] - Re: Weird TreeCache.printDetails()

2007-02-22 Thread [EMAIL PROTECTED]
It doesn't matter if you use a cache loader or not. If you have an eviction policy set up, it will start to clear stuff from memory if it fills up. Usually this involves removing a node, but if the node has children, then it will just remove the data in the node and mark the node as

[jboss-user] [JBossCache] - Re: Weird TreeCache.printDetails()

2007-02-16 Thread ottuzzi
Hi Genman,all, thank you for your reply. I'm a little bit surprised by your response because I do not use any cacheLoader... here is my configuration: ?xml version=1.0 encoding=UTF-8? | server | | classpath codebase=./lib archives=jboss-cache.jar, jgroups.jar/ | | mbean

[jboss-user] [JBossCache] - Re: Weird TreeCache.printDetails()

2007-02-15 Thread genman
The jboss:internal:... data key indicates that the node was evicted to disk and thus if accessed again should be loaded from disk. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4017151#4017151 Reply to the post :