Package com.atlassian.jira.security
Class RequestCacheKeys
java.lang.Object
com.atlassian.jira.security.RequestCacheKeys
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
skip creatingorg.apache.lucene.search.CachingWrapperFilter
for request (eg. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CACHED_WRAPPED_FILTER_CACHE
- See Also:
-
PERMISSIONS_FILTER_CACHE
- See Also:
-
PERMISSIONS_CACHE
- See Also:
-
CUSTOMFIELD_VALUES_CACHE
- See Also:
-
VELOCITY_REQUEST_CONTEXT
- See Also:
-
AGGREGATE_TIMETRACKING_BEAN
- See Also:
-
QUERY_DOES_IT_FIT_NAVIGATOR_CACHE
- See Also:
-
QUERY_CONTEXT_CACHE
- See Also:
-
SIMPLE_QUERY_CONTEXT_CACHE
- See Also:
-
JQL_CLAUSE_HANDLER_CACHE
- See Also:
-
QUERY_LITERALS_CACHE
- See Also:
-
USER_FORMAT_CACHE
- See Also:
-
MAU_EVENT_APPLICATION_CACHE
- See Also:
-
WRAP_PERMISSION_FILTER_IN_CACHED_WRAPPER_CACHE
- See Also:
-
WRAP_PERMISSION_FILTER_IN_CACHED_WRAPPER_CACHE_SKIP
skip creatingorg.apache.lucene.search.CachingWrapperFilter
for request (eg. when we perform 2 requests we don't need cache to be used for second one, as this is last request and cache wouldn't be used at all)- See Also:
-
-
Constructor Details
-
RequestCacheKeys
public RequestCacheKeys()
-