EhCache 是一个纯 Java 的进程内缓存框架,具有快速、精干等特点,是 Hibernate 中默认的 CacheProvider 。该版本对 Terracotta server 进行了较大的改进,Ehcache 3.3.x 和 3.4.y 不兼容,建议升级至最新版本。
Ehcache特色
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.