org.mmbase.security.implementation.cloudcontext.builders
Class Contexts.OperationsCache

java.lang.Object
  extended byorg.mmbase.cache.Cache
      extended byorg.mmbase.security.implementation.cloudcontext.builders.Contexts.OperationsCache
All Implemented Interfaces:
Map, SizeMeasurable
Enclosing class:
Contexts

protected static class Contexts.OperationsCache
extends Cache


Nested Class Summary
 
Nested classes inherited from class java.util.Map
Map.Entry
 
Field Summary
 
Fields inherited from class org.mmbase.cache.Cache
maxEntrySize
 
Method Summary
 Set 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 groups)
           
 
Methods inherited from class org.mmbase.cache.Cache
checkCachePolicy, clear, contains, containsKey, containsValue, entrySet, equals, get, getByteSize, getByteSize, getCache, getCaches, getCheapByteSize, getCount, getDefaultMaxEntrySize, getHits, getMaxEntrySize, getMisses, getPuts, getRatio, getStats, getTotalByteSize, hashCode, isActive, isEmpty, keySet, main, maxSize, put, putAll, putCache, putCache, remove, setActive, setMaxSize, size, toString, values
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.

Overrides:
getName in class Cache

getDescription

public String getDescription()
Description copied from class: Cache
Gives a description for this cache type. This can be used in cache overviews.

Overrides:
getDescription in class Cache

put

public Object put(MMObjectNode context,
                  Operation op,
                  Set groups)

get

public Set get(MMObjectNode context,
               Operation op)


MMBase build 1.8.1.20060716