Uses of Interface
com.atlassian.confluence.cache.ConfluenceCache
-
Packages that use ConfluenceCache Package Description com.atlassian.confluence.cache -
-
Uses of ConfluenceCache in com.atlassian.confluence.cache
Classes in com.atlassian.confluence.cache that implement ConfluenceCache Modifier and Type Class Description classConfluenceMonitoringCache<K,V>A wrapper for monitoring the performance of Confluence caches.classDefaultConfluenceCache<K,V>Default implementation of the ConfluenceCache interface.classDeferredOperationsCache<K,V>An 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 ConfluenceCache Constructor Description ConfluenceMonitoringCache(ConfluenceCache<K,V> cache, ConfluenceMonitoring confluenceMonitoring)Constructs a new instance.
-