Eviction policy is what you are looking for, I think. JBossCache provides a default LRU implementation. the "time-to-live" is not set per object you insert in the cache, but per region. Check eviction policy in JBossCache documentation.
Thomas View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864124#3864124 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864124 ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
