[jboss-user] [JBoss Cache: Core Edition] - Re: removing data from cache and/or persistent store

manik.surtani@jboss.com do-not-reply at jboss.com
Tue Jul 22 05:35:47 EDT 2008


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#4165824

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4165824



More information about the jboss-user mailing list