Ehcache 2.4.4 发布,Java分布式缓存框架
程序员文章站
2022-03-07 13:28:06
...
EhCache 2.4.4正式版发布了!
EhCache是一个Java的分布式缓存框架,是Hibernate中默认的CacheProvider。它的特点主要表现在:内存、磁盘存储、复制拷贝、监听器、缓存装载机、缓存异常处理等方面。
该版本是一个bug修复版本,修复的bug:
下载地址:http://sourceforge.net/projects/ehcache/files/ehcache-core/ehcache-core-2.4.4/
EhCache是一个Java的分布式缓存框架,是Hibernate中默认的CacheProvider。它的特点主要表现在:内存、磁盘存储、复制拷贝、监听器、缓存装载机、缓存异常处理等方面。
该版本是一个bug修复版本,修复的bug:
- CDV-1593 - Replicated cache events on TC clustered caches may not work in all configurations
- 5993 - Resolve rejoin timeout issues (previously with rejoin turned on if nonStop timeoutMillis was less than the cache startup time, then the cache was not be able to start)
- 5985 - Resolve exception (javax.management.InstanceAlreadyExistsException) with programatic add/remove of cache
下载地址:http://sourceforge.net/projects/ehcache/files/ehcache-core/ehcache-core-2.4.4/
上一篇: HttpClient发送请求公共方法
下一篇: RabbitMQ在windows下的安装