| Package | Description |
|---|---|
| com.atlassian.jira.cache.request |
| Modifier and Type | Method and Description |
|---|---|
<K,V> RequestCache<K,V> |
RequestCacheFactoryImpl.createRequestCache(String name) |
<K,V> RequestCache<K,V> |
RequestCacheFactory.createRequestCache(String name)
Creates a new request-scoped cache with no default cache loader.
|
<K,V> RequestCache<K,V> |
RequestCacheFactoryImpl.createRequestCache(String name,
com.atlassian.cache.CacheLoader<K,V> cacheLoader) |
<K,V> RequestCache<K,V> |
RequestCacheFactory.createRequestCache(String name,
com.atlassian.cache.CacheLoader<K,V> cacheLoader)
Creates a new request-scoped cache.
|
Copyright © 2002-2018 Atlassian. All Rights Reserved.