org.mmbase.security.implementation.cloudcontext
Class Caches.OperationsCache
java.lang.Object
org.mmbase.cache.Cache<String,Set<MMObjectNode>>
org.mmbase.security.implementation.cloudcontext.Caches.OperationsCache
- All Implemented Interfaces:
- Map<String,Set<MMObjectNode>>, CacheMBean, SizeMeasurable
- Enclosing class:
- Caches
protected static class Caches.OperationsCache
- extends Cache<String,Set<MMObjectNode>>
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class org.mmbase.cache.Cache |
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, values |
Caches.OperationsCache
Caches.OperationsCache()
getName
public String getName()
- Description copied from class:
Cache
- Returns a name for this cache type. Default it is the class
name, but this normally will be overriden.
- Specified by:
getName in interface CacheMBean- Overrides:
getName in class Cache<String,Set<MMObjectNode>>
getDescription
public String getDescription()
- Description copied from class:
Cache
- Gives a description for this cache type. This can be used in
cache overviews.
- Specified by:
getDescription in interface CacheMBean- Overrides:
getDescription in class Cache<String,Set<MMObjectNode>>
put
public Object put(MMObjectNode context,
Operation op,
Set<MMObjectNode> groups)
get
public Set<MMObjectNode> get(MMObjectNode context,
Operation op)
MMBase 2.0-SNAPSHOT - null