| CacheMonitoringUtils |
Return noop splits if cache monitoring disabled.
|
| CacheOperations<K,V> |
A cache operation recorder.
|
| CacheStatisticsHelper |
Provides utility methods useful for classes that implement the CacheStatistics interface.
|
| CachingCacheSettingsManager |
Caches calculation of caches settings in order to avoid traversing long list of expensive regexps
|
| ConfluenceManagedCache |
Confluence-specific wrapper around a standard atlassian-cache implementation.
|
| ConfluenceMonitoringCache<K,V> |
A wrapper for monitoring the performance of Confluence caches.
|
| DefaultCacheConfigManager |
|
| DefaultCacheSettingsManager |
An implementation of CacheSettingsManager which delegates to another CacheSettingsDefaultsProvider to
provide the default cache config, and another CacheSettingsManager to handle the site-specific settings
overrides.
|
| DefaultConfluenceCache<K,V> |
Default implementation of the ConfluenceCache interface.
|
| DeferredOperationsCache<K,V> |
|
| InvalidatableCacheLoader<K,V> |
CacheLoader that allows values to be invalidated during creation.
|
| NoopClusterCacheCompactor |
A compactor that does nothing.
|
| 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.
|
| TransactionalCacheFactoryCleaner |
A helper which ensures that any thread-bound transactional caches (as managed by TransactionalCacheFactory)
are properly cleaned up and not allowed to pollute subsequent usages of the same thread.
|
| TransactionalCacheFactoryCleanupFilter |
A servlet filter which ensures that any thread-bound transactional caches (as managed by TransactionalCacheFactory)
are properly cleaned up and not allowed to pollute subsequent usages of the same request thread.
|