Package org.springframework.cache.concurrent

Implementation package for java.util.concurrent based caches.

See:
          Description

Class Summary
ConcurrentMapCache Simple Cache implementation based on the core JDK java.util.concurrent package.
ConcurrentMapCacheFactoryBean FactoryBean for easy configuration of a ConcurrentMapCache when used within a Spring container.
ConcurrentMapCacheManager CacheManager implementation that lazily builds ConcurrentMapCache instances for each ConcurrentMapCacheManager.getCache(java.lang.String) request.
 

Package org.springframework.cache.concurrent Description

Implementation package for 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.