Uses of Interface
com.atlassian.confluence.cache.ConfigurableCache
-
Packages that use ConfigurableCache Package Description com.atlassian.confluence.cache -
-
Uses of ConfigurableCache in com.atlassian.confluence.cache
Subinterfaces of ConfigurableCache in com.atlassian.confluence.cache Modifier and Type Interface Description interfaceConfluenceCache<K,V>Base cache interface for all caches in confluence.Classes in com.atlassian.confluence.cache that implement ConfigurableCache 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.
-