Class CachedWrappedQueryCache
java.lang.Object
com.atlassian.jira.issue.search.parameters.lucene.CachedWrappedQueryCache
A cache for
CachedWrappedQueryCache
objects-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.Query
getQuery
(ApplicationUser user, Collection<Project> projects) void
storeQuery
(org.apache.lucene.search.Query query, ApplicationUser user, Collection<Project> projects)
-
Constructor Details
-
CachedWrappedQueryCache
public CachedWrappedQueryCache()
-
-
Method Details
-
getQuery
-
storeQuery
public void storeQuery(org.apache.lucene.search.Query query, ApplicationUser user, Collection<Project> projects)
-