|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mmbase.cache.CacheManager
Cache manager manages the static methods of Cache. If you prefer you can call them on this in stead.
| Constructor Summary | |
CacheManager()
|
|
| Method Summary | |
static Cache |
getCache(String name)
Returns the Cache with a certain name. |
static Set |
getCaches()
Returns the names of all caches. |
static int |
getTotalByteSize()
|
protected static Cache |
putCache(Cache cache)
Puts a cache in the caches repository. |
static void |
shutdown()
Clears and dereferences all caches. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CacheManager()
| Method Detail |
public static Cache getCache(String name)
getCaches()public static Set getCaches()
protected static Cache putCache(Cache cache)
cache - A cache.
public static int getTotalByteSize()
public static void shutdown()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||