Apache Commons JCS 2.2 发布了,Apache Commons JCS 是一个用 Java 编写的分布式、多功能的缓存系统,它旨在通过提供管理各种动态性质的缓存数据的手段来加速应用程序。 类似其它缓存系统,JCS 对于那些高读取的应用程序颇有实用。
这是一个bug 修复版本,主要更新内容如下:
新特性:
Add a shutdown() method to JCS
Bugs 修复:
CacheInvocationContextImpl NPE if method doesnt have any argument
RemoteCacheServerFactory not able to start server Thanks to Archer.
Clients using RemoteCache are not working. Add a test.
Fix: CompositeCacheManager leaks memory if CacheAccess.dipose is called Thanks to Ryan Fong.
软件详情:http://www.apache.org/dist/commons/jcs/RELEASE-NOTES.txt
下载地址:http://mirrors.hust.edu.cn/apache//commons/jcs/binaries/commons-jcs-dist-2.2-bin.tar.gz
来自:开源中国社区

