Hi, I am pleased to annouce that JBossCache1.0 release is ready for download. The on-line doc can be find here:
http://jboss.org/wiki/Wiki.jsp?page=JBossCache and download link is here: http://sourceforge.net/project/showfiles.php?group_id=22866&package_id=102339 Here is the summary of features for this release: - TreeCache (tree structured node based cache) + cache mode. Supports local, synchronous replication, and asynchronous replication + transaction. Works with JTA transaction manager. Support transaction isolation level: NONE, READ_UNCOMMITTED, READ_COMMITTED, REPEATABLE_READ, and SERIALIZABLE. + eviction policy. User can write its own eviction policy via a plugin. There is a org.jboss.cache.eviction.LRUPolicy class as an implementation of LRU algorithm. + Run under JBoss4.0 and 3.2.4 (and up) as a MBean service - TreecacheAop ("object-oriented" cache) + Provides same features as TreeCache: cache mode, transaction, and eviction policy + Run under JBoss4.0 as a MBean service + eviction policy. Provides an aop-specific policy implementation, org.jboss.cache.eviction.AopLRUPolicy + "object-oriented" features (in replication mode as well): * inheritance * aggregation * object graph handling Please report any problem here. Enjoy, -Ben <a href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826968#3826968">View the original post</a> <a href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826968>Reply to the post</a> ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
