|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
ManagedCache.newManagedCache(com.google.common.base.Function<K,V> factory)
Create a new cache. |
|
static
|
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). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||