Uses of Class
com.atlassian.jira.util.cache.CompositeKeyCache

Packages that use CompositeKeyCache
com.atlassian.jira.util.cache   
 

Uses of CompositeKeyCache in com.atlassian.jira.util.cache
 

Methods in com.atlassian.jira.util.cache that return CompositeKeyCache
static
<R,S,T> CompositeKeyCache<R,S,T>
CompositeKeyCache.createWeakFirstKeySoftValueCache()
          Deprecated. @since v5.2 please supply a name so we can instrument this cache.
static
<R,S,T> CompositeKeyCache<R,S,T>
CompositeKeyCache.createWeakFirstKeySoftValueCache(String cacheName)
          This cache caches the first (R) reference weakly, the second (S) reference strongly and the value (T) reference softly.
 



Copyright © 2002-2014 Atlassian. All Rights Reserved.