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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to