Infinispan 5.3.0.CR1 除了 bug 修复外,还包含两个很重要的贡献:
a mongoDB cache store which allows using Infinispan as a cache on top of a mongodb instance. Curtesy of Guillaume Scheibel
a JPA based cache store that allows an easy setup for Infinispan as a cache in front of a database. Curtesy of Ray Tsang
详情请看:https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=12310799&version=12321180
Infinispan 是个开源的数据网格平台。它公开了一个简单的数据结构(一个Cache)来存储对象。虽然可以在本地模式下运行Infinspan,但其真正的价值在于分布 式,在这种模式下,Infinispan可以将集群缓存起来并公开大容量的堆内存。这可比简单的复制强大的多,因为它会为每个结点分配固定数量的副本----服 务器故障的一种恢复手段----同时还提升了可伸缩性,这是由于存储每个结点所需的工作量是与集群大小息息相关的。
下载地址:http://www.jboss.org/infinispan/downloads.html
来自:开源中国社区