package

org.springframework.cache.support

Support classes for the the org.springframework.cache package. Provides abstract classes for cache managers and caches.

Classes

AbstractCacheManager Abstract base class implementing the common CacheManager methods. 
AbstractDelegatingCache<K, V> Abstract base class delegating most of the Map-like methods to the underlying cache. 
CompositeCacheManager Composite CacheManager implementation that iterates over a given collection of CacheManager instances. 
DefaultKeyGenerator Default key generator. 
MapCacheManager Simple cache manager working against a given collection of caches. 
SimpleCacheManager Simple cache manager working against a given collection of caches.