|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
CacheConfigManager | Manages cache configuration changes (such as max cache size). |
CacheConfigurationLoader | A Cache configuration loader. |
CacheStatistics | Interface for reporting cache statistics |
CacheStatisticsManager | Provides information on how effective each managed cache is. |
ConfigurableCache | Defines a configurable Cache . |
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. |
CacheStatisticsAction | |
DeferredOperationsCache | An implementation of Cache that records changes to a delegate cache,
only actually performing them when DeferredOperationsCache.sync() is called. |
DummyCache | A Cache implementation that does no caching. |
DummyCacheProvider | Builds and returns a DummyCache which will provide no caching (and therefore consume no memory). |
ThreadLocalCache | A generic cache for "stuff" that is only needed for the lifetime of a web request or scheduled job. |
ThreadLocalCacheAccessor<K,V> | A type-safe way of accessing the threadlocal cache |
TransactionalCacheFactory | A cache factory that produces transactional caches. |
WarnBeforeMethodAdvice | Logs a warning before running the intercepted method. |
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |