Class ConfluenceCacheManager
- java.lang.Object
-
- com.atlassian.confluence.impl.cache.DelegatingCacheManager
-
- com.atlassian.confluence.impl.cache.ConfluenceCacheManager
-
- All Implemented Interfaces:
com.atlassian.cache.CacheFactory,com.atlassian.cache.CacheManager
public class ConfluenceCacheManager extends DelegatingCacheManager
An implementation ofCacheManagerwhich acts as the main API entry-point into Confluence's caching system. Most work is delegated to anotherCacheManagerimplementation.- Since:
- 8.3
-
-
Constructor Summary
Constructors Constructor Description ConfluenceCacheManager(com.atlassian.cache.CacheManager delegate, com.atlassian.event.api.EventPublisher eventPublisher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidflushCaches()-
Methods inherited from class com.atlassian.confluence.impl.cache.DelegatingCacheManager
getCache, getCache, getCache, getCache, getCache, getCachedReference, getCachedReference, getCachedReference, getCachedReference, getCaches, getManagedCache, getManagedCaches, shutdown
-
-
-
-
Method Detail
-
flushCaches
public void flushCaches()
- Specified by:
flushCachesin interfacecom.atlassian.cache.CacheManager- Overrides:
flushCachesin classDelegatingCacheManager
-
-