Package | Description |
---|---|
com.atlassian.jira.cache.request | |
com.atlassian.jira.cache.request.context |
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.
|
Modifier and Type | Method and Description |
---|---|
void |
MapBasedRequestCacheContext.clearLocalMap(RequestCache<?,?> requestCache) |
void |
ReentrantRequestCacheContext.clearLocalMap(RequestCache<?,?> requestCache) |
void |
DiagnosticRequestCacheContext.clearLocalMap(RequestCache<?,?> requestCache) |
void |
RequestCacheContext.clearLocalMap(RequestCache<?,?> requestCache)
Clears a specific request cache's local storage for this thread.
|
Map<Object,Object> |
MapBasedRequestCacheContext.getLocalMap(RequestCache<?,?> requestCache) |
Map<Object,Object> |
ReentrantRequestCacheContext.getLocalMap(RequestCache<?,?> requestCache) |
Map<Object,Object> |
DiagnosticRequestCacheContext.getLocalMap(RequestCache<?,?> requestCache) |
Map<Object,Object> |
RequestCacheContext.getLocalMap(RequestCache<?,?> requestCache)
Returns the request-scoped storage for the given request cache.
|
Map<Object,Object> |
MapBasedRequestCacheContext.getLocalMapIfExists(RequestCache<?,?> requestCache) |
Map<Object,Object> |
ReentrantRequestCacheContext.getLocalMapIfExists(RequestCache<?,?> requestCache) |
Map<Object,Object> |
DiagnosticRequestCacheContext.getLocalMapIfExists(RequestCache<?,?> requestCache) |
Map<Object,Object> |
RequestCacheContext.getLocalMapIfExists(RequestCache<?,?> requestCache)
Returns the request-scoped storage for the given request cache, if it exists.
|
Copyright © 2002-2019 Atlassian. All Rights Reserved.