Look at the existing LRU policy as a guide, and just change the bit where eviction is
called, from cache.evict() to cache.remove(). Subclassing the LRUPolicy is probably a
good idea.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165824#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...