内容简介:Apache Commons JCS 2.2 发布了,Apache Commons JCS 是一个用 Java 编写的分布式、多功能的缓存系统,它旨在通过提供管理各种动态性质的缓存数据的手段来加速应用程序。 类似其它缓存系统,JCS 对于那些高读取的...
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]
以上所述就是小编给大家介绍的《Apache Commons JCS 2.2 发布,分布式缓存》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Hacker's Delight
Henry S. Warren Jr. / Addison-Wesley / 2002-7-27 / USD 59.99
A collection useful programming advice the author has collected over the years; small algorithms that make the programmer's task easier. * At long last, proven short-cuts to mastering difficult aspec......一起来看看 《Hacker's Delight》 这本书的介绍吧!