Package org.springframework.cache.support

Support classes for the the org.springframework.cache package.

See:
          Description

Class Summary
AbstractCacheManager Abstract base class implementing the common CacheManager methods.
CompositeCacheManager Composite CacheManager implementation that iterates over a given collection of CacheManager instances.
NoOpCacheManager A basic, no operation CacheManager implementation suitable for disabling caching, typically used for backing cache declarations without an actual backing store.
NoOpCacheManager.NoOpCache  
SimpleCacheManager Simple cache manager working against a given collection of caches.
ValueWrapperImpl Straightforward implementation of Cache.ValueWrapper.
 

Package org.springframework.cache.support Description

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