public abstract class AbstractQueryResultsCache extends Object implements QueryResultsCache
Modifier and Type | Field and Description |
---|---|
protected String |
cacheName
Name of the cache to use.
|
protected boolean |
clearAtClose
Whether to clear out all objects at close().
|
protected long |
expiryMillis
Timeout for cache object expiration (milliseconds).
|
protected int |
maxSize
Maximum size of cache (if supported by the plugin).
|
protected NucleusContext |
nucleusCtx |
Constructor and Description |
---|
AbstractQueryResultsCache(NucleusContext nucleusCtx) |
protected NucleusContext nucleusCtx
protected int maxSize
protected boolean clearAtClose
protected long expiryMillis
protected String cacheName
public AbstractQueryResultsCache(NucleusContext nucleusCtx)
Copyright © 2019. All rights reserved.