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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...