[jboss-user] [JBoss Cache: Core Edition] - Re: Option to remove persistent data is a valid use case
genman
do-not-reply at jboss.com
Wed Jul 30 17:52:44 EDT 2008
Since you use the LRU policy, you would extend LRUPolicy, say call it LRURemovePolicy, and override the evict() method. Then put this class in with class name:
| <attribute name="EvictionPolicyConfig">
| <config>
| ...
| <attribute name="policyClass">...LRURemovePolicy</attribute>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4167756#4167756
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4167756
More information about the jboss-user
mailing list