Ehcache 3.0 首个里程碑发布,支持 Off-Heap

jopen 10年前

Ehcache 是现在最流行的纯Java开源缓存框架,配置简单、结构清晰、功能强大。

Terracotta 宣布了 Ehcache 3 的首个里程碑版本发布,该版本最值得关注的新特性包括 Off-Heap 存储和 JSR107 兼容。可通过 Ehcache 3 项目页面入门指南 来了解该版本更多信息。

此外 Ehcache 3 的代码也已经托管到 Github ,地址是:

https://github.com/ehcache/ehcache3

Maven

<dependency>      <groupId>org.ehcache</groupId>      <artifactId>ehcache</artifactId>      <version>3.0.0.m1</version>  </dependency>

来自:http://www.oschina.net/news/60865/ehcache3-with-off-heap-storage