protected static final class Caches.OperationsCache extends Cache<String,Set<MMObjectNode>>
lock, maxEntrySize| Constructor and Description |
|---|
OperationsCache() |
| Modifier and Type | Method and Description |
|---|---|
Set<MMObjectNode> |
get(MMObjectNode context,
Operation op) |
String |
getDescription()
Gives a description for this cache type.
|
String |
getName()
Returns a name for this cache type.
|
Object |
put(MMObjectNode context,
Operation op,
Set<MMObjectNode> groups) |
checkCachePolicy, clear, contains, containsKey, containsValue, entrySet, equals, get, getAvarageValueLength, getByteSize, getByteSize, getCheapByteSize, getCount, getDefaultMaxEntrySize, getHits, getImplementation, getLock, getMaxEntrySize, getMaxSize, getMisses, getPuts, getRatio, getSize, getStats, hashCode, isActive, isEmpty, keySet, maxSize, put, putAll, putCache, remove, reset, setActive, setMaxEntrySize, setMaxSize, size, toString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getName()
CachegetName in interface CacheMBeangetName in class Cache<String,Set<MMObjectNode>>public String getDescription()
CachegetDescription in interface CacheMBeangetDescription in class Cache<String,Set<MMObjectNode>>public Object put(MMObjectNode context, Operation op, Set<MMObjectNode> groups)
public Set<MMObjectNode> get(MMObjectNode context, Operation op)
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}