发布于 2017-08-30 00:48:24 | 138 次阅读 | 评论: 0 | 来源: 网友投递
EhCache Java的进程内缓存框架
Ehcache是一种广泛使用的开源Java分布式缓存。主要面向通用缓存,Java EE和轻量级容器。它具有内存和磁盘存储,缓存加载器,缓存扩展,缓存异常处理程序,一个gzip缓存servlet过滤器,支持REST和SOAP api等特点。
Ehcache 3.4.0 已发布,EhCache 是一个纯 Java 的进程内缓存框架,具有快速、精干等特点,是 Hibernate 中默认的 CacheProvider 。
该版本对 Terracotta server 进行了较大的改进,Ehcache 3.3.x 和 3.4.y 不兼容,建议升级至最新版本。
3.4 系列也很可能是最后支持 Java 6 的版本,即将推出的 Ehcache 3.5.0 计划会转移到 Java 8 及以上版本。
此版本更新内容:
Fixed the too strict regex in cluster connection that prevented proper use of HA setups,
Fixed an expiry issue when having local caching tiers on top of a clustered tier,
Some specific bug fixes and all the 3.3.2 and 3.2.3 fixes.
更多详情和下载地址请查阅发行列表