Ehcache从Hibernate发展而来,具有快速,简单,低消耗,依赖性小,扩展性强,支持对象或序列化缓存,支持缓存或元素的失效,提供LRU、LFU和FIFO缓存策略,支持内存缓存和磁盘缓存,分布式缓存机制等等特点。
结构设计概览
更新日志
- FileBasedStateRepository does not update nextIndex on restart
- server crashes with AssertionError
- Creation/Destruction of Cache Managers does not free offheap memory in clustered case.
- Custom serializers constructor contract changed for 3.1, docs are not updated
- Limit EhcacheEntityResponse.Failure to return ClusteredEhcacheException
- Clustered buffer underflow seen when under pressure
- kit zip archive has duplicate README file
- Restore client-side stack trace to server-side exceptions
- Clustered TerminatedServerTest failing on windows
- Implement timeout for clustered operations
下载