发布于 2016-04-09 23:47:36 | 124 次阅读 | 评论: 0 | 来源: 网友投递
EhCache Java的进程内缓存框架
Ehcache是一种广泛使用的开源Java分布式缓存。主要面向通用缓存,Java EE和轻量级容器。它具有内存和磁盘存储,缓存加载器,缓存扩展,缓存异常处理程序,一个gzip缓存servlet过滤器,支持REST和SOAP api等特点。
Ehcache 3.0.0.rc3 发布了!
以下是该版本值得关注的内容:
A major change that makes caches have no default size, which impacts CacheConfigurationBuilder
API and XML,
more performance and documentation improvements,
And many more improvements and bug fixes
下载地址:https://github.com/ehcache/ehcache3/releases/tag/v3.0.0.rc3