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