0 Replies Latest reply on Mar 22, 2004 5:44 PM by ben.wang

    Announcement JBossCache 1.0 release

      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