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>
引用来自“陌路千里”的评论
为什么好多公司都用memcache