Class QueryCacheImpl

java.lang.Object
com.atlassian.jira.bc.issue.search.QueryCacheImpl
All Implemented Interfaces:
QueryCache

public class QueryCacheImpl extends Object implements QueryCache
The default implementation for the QueryCache

The cache is stored in a common request cache, so caches are shared amongst instances.

Since:
v4.0
  • Constructor Details

    • QueryCacheImpl

      public QueryCacheImpl()
  • Method Details