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.
SimpleCacheManager Simple cache manager working against a given collection of caches.
SimpleValueWrapper Straightforward implementation of Cache.ValueWrapper, simply holding the value as given at construction and returning it from SimpleValueWrapper.get().
 

Package org.springframework.cache.support Description

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