Package com.atlassian.confluence.impl.cache
@ParametersAreNonnullByDefault
@ReturnValuesAreNonnullByDefault
package com.atlassian.confluence.impl.cache
-
ClassDescriptionAn abstract
Aspect
for wrappingCache
objects returned by theCacheManager
Spring bean.A partial implementation ofCacheCompactor
.Provides operations for flushing (i.e.Signal that all managed caches have been flushed in this clusterAnAspect
which wraps allCache
objects returned by the 'getCache' methods ofCacheFactory
in aConfluenceMonitoringCache
.ACacheManager
implementation that delegates all method calls to anotherCacheManager
.An implementation ofReadThroughCache
backed by an atlassian-cacheCache
.ReadThroughCache<K,V> A simple cache interface that supports the use of read-through operations.An implementation ofReadThroughCache
which caches the IDs of entity objects against arbitrary keys.