Package com.atlassian.confluence.cache

Interface Summary
CacheConfigurationLoader Created by IntelliJ IDEA.
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.
TransactionalCacheFactory A cache factory that produces transactional caches.
WarnBeforeMethodAdvice Logs a warning before running the intercepted method.
 



Copyright © 2003-2008 Atlassian Pty Ltd. All Rights Reserved.