hmm in former times people just wouldt have posted a single word: RTFM

But to be fair - besides the code, there is not very much good documentation about 
TreeCache out there. (So why don't read the code?)

ok:

eviction is supposed to happen locally. It's the mechanism being used to keep the size 
of a cache small (in memory). A client is supposed to regenerate the node's data 
whenever it receives null from the cache and re-put the data into the cache again. 
(It's the nature of a cache that cached data sometimes is discardet).

You can specify regions that undergo evictions and specify different max-sizes and 
max-idle-times for these. Thus you may have a region that does not evict at all, if 
this is required.

If you want removal to be replicated use 'remove()'

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3850114#3850114

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3850114


-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to