Hi, I'm new to this forum so if I'm asking an inappropriate question please let me know.
I'm using jboss 4.0.1 and the jboss cache jar that comes with should be 1.2.4. I attempted to implement a custom eviction policy for TreeCache because the default LRU behavior doesn't suite my needs. However, looking at the TreeCache source code I see that the eviction policy class must be of type LRUPolicy (or a subclass of it), however many "members of interest" within LRUPolicy are defined as private. The same applies to classes RegionManager and Region. I'm wondering if there's a good way to get around this in order to implement a custom eviction policy thanks Dave View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935248#3935248 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3935248 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
