package

com.atlassian.jira.cache

Interfaces

CacheCompactor Component for removing all expired entries from caches on a periodical basis. 
HashRegistryCache  
SingleValueLocalCache<V> Convenience class that allows to store a single value in an internal cache. 

Classes

CacheCompactor.CacheCompactionResult  
EhCacheCompactor Cache compactor for EHCache 
GoogleCacheInstruments Registers cache metrics in Instrumentation
HashRegistryCacheImpl Soft-referenced cache of the expensive-to-generate ModzDetector hash registry. 
JiraVCacheInitialisationUtils Initialisation utilities for VCache. 
JiraVCacheRequestContextSupplier Lenient request context supplier that may create request context for a thread if it hasn't been created. 
JiraVCacheServiceCreator Creates and configures implementation of AbstractVCacheService based on configuration properties. 
ManagedCacheInstruments  
NullCacheCompactor Null implementation of the Cache Compactor for use when the Cache implementation is well behaved and compacts its own trash.