com.atlassian.confluence.cache.ehcache
Class EhCacheManager
java.lang.Object
com.atlassian.confluence.cache.ehcache.EhCacheManager
- All Implemented Interfaces:
- com.atlassian.cache.CacheFactory, com.atlassian.cache.CacheManager
public class EhCacheManager
- extends java.lang.Object
- implements com.atlassian.cache.CacheManager
EhCache implementation of CacheManager
.
Method Summary |
void |
flushCaches()
|
com.atlassian.cache.Cache |
getCache(java.lang.String name)
|
java.util.Collection<com.atlassian.cache.Cache> |
getCaches()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EhCacheManager
public EhCacheManager(java.util.List<java.lang.String> nonFlushableCaches,
EhCacheConfig ehCacheConfig)
flushCaches
public void flushCaches()
- Specified by:
flushCaches
in interface com.atlassian.cache.CacheManager
getCaches
public java.util.Collection<com.atlassian.cache.Cache> getCaches()
- Specified by:
getCaches
in interface com.atlassian.cache.CacheManager
getCache
public com.atlassian.cache.Cache getCache(java.lang.String name)
- Specified by:
getCache
in interface com.atlassian.cache.CacheFactory
Copyright © 2003-2010 Atlassian. All Rights Reserved.