@ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault
Package com.atlassian.confluence.impl.cache
-
Interface Summary Interface Description CacheFlusher Provides operations for flushing (i.e.ReadThroughCache<K,V> A simple cache interface that supports the use of read-through operations. -
Class Summary Class Description AbstractConfluenceCacheAspect An abstractAspectfor wrappingCacheobjects returned by theCacheManagerSpring bean.CacheCompactorSupport A partial implementation ofCacheCompactor.ClusterCacheFlushEvent Signal that all managed caches have been flushed in this clusterConfluenceCacheManager An implementation ofCacheManagerwhich acts as the main API entry-point into Confluence's caching system.ConfluenceMonitoringCacheAspect AnAspectwhich wraps allCacheobjects returned by the 'getCache' methods ofCacheFactoryin aConfluenceMonitoringCache.DelegatingCacheManager ACacheManagerimplementation that delegates all method calls to anotherCacheManager.ReadThroughAtlassianCache<K,V> An implementation ofReadThroughCachebacked by an atlassian-cacheCache.ReadThroughEntityCache<CACHEKEY extends Serializable,ENTITYID extends Serializable,ENTITY> An implementation ofReadThroughCachewhich caches the IDs of entity objects against arbitrary keys.