Uses of Interface
com.atlassian.confluence.cache.ConfluenceCache
Packages that use ConfluenceCache
Package
Description
-
Uses of ConfluenceCache in com.atlassian.confluence.cache
Classes in com.atlassian.confluence.cache that implement ConfluenceCacheModifier and TypeClassDescriptionclassA wrapper for monitoring the performance of Confluence caches.classDefault implementation of the ConfluenceCache interface.classAn implementation ofCachethat records changes to a delegate cache, only actually performing them whenDeferredOperationsCache.sync()is called.Constructors in com.atlassian.confluence.cache with parameters of type ConfluenceCacheModifierConstructorDescriptionConfluenceMonitoringCache(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 ConfluenceCacheModifier and TypeMethodDescriptionprotected 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 ConfluenceCacheModifier and TypeMethodDescriptionprotected 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 ConfluenceCacheModifier and TypeMethodDescription<K,V> ConfluenceCache<K, V> CacheOperationsWhitelistService.wrap(ConfluenceCache<K, V> cache) Puts a wrapper around aConfluenceCachethat 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 ConfluenceCacheModifier and TypeMethodDescription<K,V> ConfluenceCache<K, V> CacheOperationsWhitelistService.wrap(ConfluenceCache<K, V> cache) Puts a wrapper around aConfluenceCachethat checks operations invoked on the cache to ensure that they are permitted by the whitelist.