Class SimpleCacheManager

java.lang.Object
org.springframework.cache.support.AbstractCacheManager
org.springframework.cache.support.SimpleCacheManager
All Implemented Interfaces:
InitializingBean, CacheManager

public class SimpleCacheManager extends AbstractCacheManager
Simple cache manager working against a given collection of caches. Useful for testing or simple caching declarations.

When using this implementation directly, i.e. not via a regular bean registration, AbstractCacheManager.initializeCaches() should be invoked to initialize its internal state once the caches have been provided.

Since:
3.1
Author:
Costin Leau
See Also: