package

com.atlassian.jira.cache

Interfaces

CacheManager Controls all cache's in JIRA  
HashRegistryCache  
LazyLoadingCache.CacheLoader<D>  

Classes

HashRegistryCacheImpl Soft-referenced cache of the expensive-to-generate ModzDetector hash registry. 
LazyLoadingCache<D> This class allows us to set up a cache that is lazy-loaded in a thread-safe way.