public abstract class AbstractLevel2Cache extends Object implements Level2Cache
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 |
---|
AbstractLevel2Cache(NucleusContext nucleusCtx) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, containsOid, evict, evictAll, evictAll, evictAll, evictAll, get, getAll, getNumberOfPinnedObjects, getNumberOfUnpinnedObjects, getSize, getUnique, isEmpty, pin, pinAll, pinAll, pinAll, put, putAll, putUnique, putUniqueAll, removeUnique, unpin, unpinAll, unpinAll, unpinAll
protected NucleusContext nucleusCtx
protected int maxSize
protected boolean clearAtClose
protected long expiryMillis
protected String cacheName
public AbstractLevel2Cache(NucleusContext nucleusCtx)
Copyright © 2019. All rights reserved.