package

com.atlassian.jira.util.cache

Interfaces

JiraCachedManager An interface that defines a cached manager. 

Classes

CompositeKeyCache<R, S, T> Cache of (R, S) -> T. 
GenericCompositeKeyCache<K, L, V> A simple, unbounded, pluggable cache with composite keys. 
ManagedCache<K, V> A concurrent, thread-safe cache suitible for use with cached Store/Persister or Manager implementations.