Hi, I am evaluating your TreeCache and have three questions so far: 1) I want to use TreeCacheAOP and I do not need persistent cache. In doc is written that eviction policy for TreeCacheAOP can be used only with CacheLoader. It seems to me that there is no way how to automaticaly remove data from AOP cache. I have to explicitly call removeObject otherwise the object will be in cache all the time (either in memory or in persistent storage). So it leads to situation where persistent storage grows over all limits when I do not call removeObject on every object in cache. Is there any way how to make TreeCacheAOP stable in size?
2) Can I mark some fields to be not cached? Suppose that cached object can have associated some large lists of data which are not interesting for me in certain circumstances so I don't want them to be managed by cache. When I use TreeCache I can implement my own serialization which omits such filds, but how to achive this with TreeCacheAOP? 3) As I understand, isolation level for entire cluseter is efectivelly READ_COMMITED, am I right? Thank you for reply, sorry for my english. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931267#3931267 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931267 ------------------------------------------------------- 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
