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

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

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

Methods in com.atlassian.jira.util.cache that return ManagedCache
static
<K,V> ManagedCache<K,V>
ManagedCache.newManagedCache(com.google.common.base.Function<K,V> factory)
          Create a new cache.
static
<K,V,T> ManagedCache<K,V>
ManagedCache.newManagedCache(com.google.common.base.Function<K,V> factory, com.google.common.base.Function<K,T> keyFactory)
          Create a new cache, where get/remove should be in terms of K, but the internal map should be keyed in terms of a value T (derived from K via keyFactory).
 



Copyright © 2002-2013 Atlassian. All Rights Reserved.