内容简介:caffeine 2.6.1 已发布。Caffeine 是基于 Java 8 的高性能,接近最佳的缓存库。更新内容: 高速缓存 Fixed null value being propagated to callbacks on null result of a CompletableFuture (#206) Improved...
caffeine 2.6.1 已发布。Caffeine 是基于 Java 8 的高性能,接近最佳的缓存库。更新内容:
高速缓存
Fixed null value being propagated to callbacks on null result of a
CompletableFuture
(#206)Improved emulation of synchronous computations in
AsyncLoadingCache
asMap() viewAdded
Automatic-Module-Name
manifest entry for Java 9 modularity (#211)Significantly reduced the jar size due to code generation bloat (#110)
Fixed futures not expiring due to stale read of the time (#212)
JCache
Fixed
Cache
invoke() not notifying the writer when the entry was loaded and modified (#210)Upgraded to specification version 1.1.0
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上所述就是小编给大家介绍的《caffeine 2.6.1 发布,Java 8 的高性能缓存库》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:- Go 高性能分词 Gse v0.20.0 发布, 优化性能
- Go 高性能分词 Gse v0.20.0 发布, 优化性能
- OpenLayers 4.5 发布,高性能开源地图引擎
- BeeCP-3.1.7 发布,高性能连接池
- mongols-1.3.3 发布,高性能网络库
- Soul 2.0 发布,高性能响应式网关
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Web Caching
Duane Wessels / O'Reilly Media, Inc. / 2001-6 / 39.95美元
On the World Wide Web, speed and efficiency are vital. Users have little patience for slow web pages, while network administrators want to make the most of their available bandwidth. A properly design......一起来看看 《Web Caching》 这本书的介绍吧!