[jboss-dev-forums] [Design of JBossCache] - Re: Removal policies
genman
do-not-reply at jboss.com
Fri Mar 30 16:39:25 EDT 2007
Eviction is really designed around memory management, and thus is asynchronous, and really has no firm guarantees that eviction will happen at a certain moment.
If I were to implement this without any facilities in JBossCache, I would probably create an external timer and my own method call interceptor.
I took a stab at it, and it's a lot more difficult than I thought ...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033357#4033357
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4033357
More information about the jboss-dev-forums
mailing list