java.util.concurrent based caches.See: Description
| Class | Description | 
|---|---|
| ConcurrentMapCache | Simple  Cacheimplementation based on the
 core JDKjava.util.concurrentpackage. | 
| ConcurrentMapCacheFactoryBean | FactoryBeanfor easy configuration of aConcurrentMapCachewhen used within a Spring container. | 
| ConcurrentMapCacheManager | CacheManagerimplementation that lazily buildsConcurrentMapCacheinstances for eachConcurrentMapCacheManager.getCache(java.lang.String)request. | 
java.util.concurrent based caches.
 Provides a CacheManager
 and Cache implementation for
 use in a Spring context, using a JDK based thread pool at runtime.