JBossCache是一个复制的事务处理缓存,它允许你缓存企业级应用数据来更好的改善性能。缓存数据被自动复制,让你轻松进行JBoss服务器之间的集群工作。JBossCache能够通过JBoss应用服务或其他J2EE容器来运行一个MBean服务,当然,它也能独立运行。
JBossCache包括两个模块:TreeCache和TreeCacheAOP。
TreeCache --是一个树形结构复制的事务处理缓存。
TreeCacheAOP --是一个“面向对象缓存,它使用AOP来动态管理POJO.
新版本主要是解决了 cache loaders 在同时创建新节点的时候发生死锁的问题.
官方提到:
"I'd like to urge you all to download and try out this latest and greatest release, adding a number of interoperability and backward compatibility fixes over the previous betas as well as some significant performance improvements with regards to cache loaders - in addition to solving an obscure deadlock in the cache loader handling code when simultaneously creating a new node."
标签: