发布于 2017-08-18 00:50:12 | 219 次阅读 | 评论: 0 | 来源: 网友投递
Apache Commons
Apache Commons项目的由三部分组成:The Commons Proper - 一个可重用的Java组件库。The Commons Sandbox - Java组件开发工作区. The Commons Dormant - 当前处于非活动状态的组件库.
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.
完整更新内容请查看发行说明。
下载地址: