public class EhCacheCacheManager extends AbstractCacheManager
CacheManager.| Constructor and Description |
|---|
EhCacheCacheManager() |
| Modifier and Type | Method and Description |
|---|---|
Cache |
getCache(java.lang.String name)
Return the cache associated with the given name.
|
net.sf.ehcache.CacheManager |
getCacheManager()
Return the backing EhCache
CacheManager. |
protected java.util.Collection<Cache> |
loadCaches()
Load the caches for this cache manager.
|
void |
setCacheManager(net.sf.ehcache.CacheManager cacheManager)
Set the backing EhCache
CacheManager. |
addCache, afterPropertiesSet, getCacheNamespublic void setCacheManager(net.sf.ehcache.CacheManager cacheManager)
CacheManager.public net.sf.ehcache.CacheManager getCacheManager()
CacheManager.protected java.util.Collection<Cache> loadCaches()
AbstractCacheManagerloadCaches in class AbstractCacheManagerpublic Cache getCache(java.lang.String name)
CacheManagergetCache in interface CacheManagergetCache in class AbstractCacheManagername - cache identifier (must not be null)null if none is found