We are looking into deploying a caching solution into a jboss server, so jbossCache is an obvious candidate. It looks like it does 90%+ of what we want. I have a few questions about the remaining functionality
1) We would like to assign a timeToIdleSeconds when we put something in the cache (programatically, not a global from the .xml). Is this possible? Can I get the RegionManager after I insert the new entry into the cache and add a new region that only affects my new entry? 2) Can JbossCache keep statistics? In order to properly set the idleTimeToLive/maxEntries etc.. We want to look at how many times a paticular node was successfully retrieved from the cache, as well as how many times an entry was attempted to be retireved and it had already been evicted (or was never there) If this functionality does not already exist, are there hooks where I could write my own implementations (and of course submit the changes back). -Thanks -Kevin View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854092#3854092 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854092 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
