May 2015
Intermediate to advanced
464 pages
10h 19m
English
Starting with version 5.3, Infinispan has provided a preview implementation of JCache API (JSR-107) via the javax.cache package.
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 ...
Read now
Unlock full access