Is it likely that a timed expiry policy might be added to jboss cache? What I need to be able to do is add an item to the cache and a time-to-live, so i could have cache.add(item,3000); and it would time-out in 3000ms for example.
I see that there is a timer task that searches for items on a fixed interval, but is the time that tha item is added recorded? Or would the insertion times have to be maintained outside of jboss cache? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3864109#3864109 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3864109 ------------------------------------------------------- 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
