public class SimpleCacheManager extends AbstractCacheManager
| Constructor and Description | 
|---|
SimpleCacheManager()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Collection<? extends Cache> | 
loadCaches()
Load the caches for this cache manager. 
 | 
void | 
setCaches(Collection<? extends Cache> caches)
Specify the collection of Cache instances to use for this CacheManager. 
 | 
addCache, afterPropertiesSet, decorateCache, getCache, getCacheNamespublic void setCaches(Collection<? extends Cache> caches)
protected Collection<? extends Cache> loadCaches()
AbstractCacheManagerloadCaches in class AbstractCacheManager