Uses of Interface
com.atlassian.confluence.cache.ConfluenceCache
-
Packages that use ConfluenceCache Package Description com.atlassian.confluence.cache com.atlassian.confluence.impl.cache com.atlassian.confluence.impl.cache.whitelist -
-
Uses of ConfluenceCache in com.atlassian.confluence.cache
Classes in com.atlassian.confluence.cache that implement ConfluenceCache Modifier and Type Class Description class
ConfluenceMonitoringCache<K,V>
A wrapper for monitoring the performance of Confluence caches.class
DefaultConfluenceCache<K,V>
Default implementation of the ConfluenceCache interface.class
DeferredOperationsCache<K,V>
An implementation ofCache
that records changes to a delegate cache, only actually performing them whenDeferredOperationsCache.sync()
is called.Constructors in com.atlassian.confluence.cache with parameters of type ConfluenceCache Constructor Description ConfluenceMonitoringCache(ConfluenceCache<K,V> cache, ConfluenceMonitoring confluenceMonitoring)
Constructs a new instance. -
Uses of ConfluenceCache in com.atlassian.confluence.impl.cache
Methods in com.atlassian.confluence.impl.cache that return ConfluenceCache Modifier and Type Method Description protected abstract <K,V>
ConfluenceCache<K,V>AbstractConfluenceCacheAspect. wrapCache(ConfluenceCache<K,V> cache)
protected <K,V>
ConfluenceCache<K,V>ConfluenceMonitoringCacheAspect. wrapCache(ConfluenceCache<K,V> cache)
Methods in com.atlassian.confluence.impl.cache with parameters of type ConfluenceCache Modifier and Type Method Description protected abstract <K,V>
ConfluenceCache<K,V>AbstractConfluenceCacheAspect. wrapCache(ConfluenceCache<K,V> cache)
protected <K,V>
ConfluenceCache<K,V>ConfluenceMonitoringCacheAspect. wrapCache(ConfluenceCache<K,V> cache)
-
Uses of ConfluenceCache in com.atlassian.confluence.impl.cache.whitelist
Methods in com.atlassian.confluence.impl.cache.whitelist that return ConfluenceCache Modifier and Type Method Description <K,V>
ConfluenceCache<K,V>CacheOperationsWhitelistService. wrap(ConfluenceCache<K,V> cache)
Puts a wrapper around aConfluenceCache
that checks operations invoked on the cache to ensure that they are permitted by the whitelist.Methods in com.atlassian.confluence.impl.cache.whitelist with parameters of type ConfluenceCache Modifier and Type Method Description <K,V>
ConfluenceCache<K,V>CacheOperationsWhitelistService. wrap(ConfluenceCache<K,V> cache)
Puts a wrapper around aConfluenceCache
that checks operations invoked on the cache to ensure that they are permitted by the whitelist.
-