皇上,还记得我吗?我就是1999年那个Linux伊甸园啊-----24小时滚动更新开源资讯,全年无休!

Apache Commons JCS 2.2 发布,分布式缓存

Apache Commons JCS 2.2 发布了,Apache Commons JCS 是一个用 Java 编写的分布式、多功能的缓存系统,它旨在通过提供管理各种动态性质的缓存数据的手段来加速应用程序。 类似其它缓存系统,JCS 对于那些高读取的应用程序颇有实用。

这是一个bug 修复版本,主要更新内容如下:

新特性:

  • Add a shutdown() method to JCS

Bugs 修复:

  • JCS-180: CacheInvocationContextImpl NPE if method doesnt have any argument
  • JCS-179: RemoteCacheServerFactory not able to start server Thanks to Archer.
  • JCS-178: Clients using RemoteCache are not working. Add a test.
  • JCS-177: Fix: CompositeCacheManager leaks memory if CacheAccess.dipose is called Thanks to Ryan Fong.

完整更新内容请查看发行说明

下载地址:

转自 http://www.oschina.net/news/87846/apache-commons-jcs-2-2