Introducing JSR-107 – The Java Caching API

Starting with version 5.3, Infinispan has provided a preview implementation of JCache API (JSR-107) via the javax.cache package.

Note

The final version of the JSR 107: JCACHE—Java Temporary Caching API was released on April 18th, 2014.

JCache specification standardizes in-process caching of Java objects, allowing developers to focus on application development, and removing the burden of implementing caches themselves from the application programmer.

JCache JSR 107 is specification that defines a distributed cache with an interface similar to java.util.ConncurrentHashMap, and cache features such as data validation, locking, eviction, and management. As well as providing the basic put and get methods, the API ...

Get Infinispan Data Grid Platform Definitive Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.