com.atlassian.confluence.cache.ehcache
Class EhCacheManager

java.lang.Object
  extended by com.atlassian.confluence.cache.ehcache.EhCacheManager
All Implemented Interfaces:
com.atlassian.cache.CacheFactory, com.atlassian.cache.CacheManager

public class EhCacheManager
extends Object
implements com.atlassian.cache.CacheManager

EhCache implementation of CacheManager.


Constructor Summary
EhCacheManager(List<String> nonFlushableCaches, EhCacheConfig ehCacheConfig)
           
 
Method Summary
 void flushCaches()
           
 com.atlassian.cache.Cache getCache(String name)
           
 Collection<com.atlassian.cache.Cache> getCaches()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EhCacheManager

public EhCacheManager(List<String> nonFlushableCaches,
                      EhCacheConfig ehCacheConfig)
Method Detail

flushCaches

public void flushCaches()
Specified by:
flushCaches in interface com.atlassian.cache.CacheManager

getCaches

public Collection<com.atlassian.cache.Cache> getCaches()
Specified by:
getCaches in interface com.atlassian.cache.CacheManager

getCache

public com.atlassian.cache.Cache getCache(String name)
Specified by:
getCache in interface com.atlassian.cache.CacheFactory


Copyright © 2003-2013 Atlassian. All Rights Reserved.