Package com.atlassian.confluence.cache

Interface Summary
CacheConfigurationLoader Created by IntelliJ IDEA.
CacheFactory Interface for creating caches.
CacheManagerKeys Key names for caches stored with the cache manager TODO: Is there any reason this has to be centralised?
CacheStatistics Interface for reporting cache statistics
ReadThroughCacheFactory Implemented by cache factories that can provide special read-through cache functionality.
 

Class Summary
CacheAdapter Delegates to an underlying cache.
CacheOperations A cache operation recorder.
DeferredOperationsCache An implementation of Cache that records changes to a delegate cache, only actually performing them when DeferredOperationsCache.sync() is called.
MemoryCache An in-memory cache that uses a HashMap as its data store.
TransactionalCacheFactory A cache factory that produces transactional caches.
WarnBeforeMethodAdvice Logs a warning before running the intercepted method.
 



Confluence is developed by Atlassian.