package

org.springframework.cache.concurrent

Implementation package for java.util.concurrent based caches. Provides a CacheManager and Cache implementation for usage in a Spring context.

Classes

ConcurrentCache<K, V> Simple Cache implementation based on the JDK 1.5+ java.util.concurrent package. 
ConcurrentCacheFactoryBean<K, V> Factory bean for easy configuration of ConcurrentCache through Spring.