Constructor and Description |
---|
CacheManager() |
Modifier and Type | Method and Description |
---|---|
abstract void |
clear()
Clear all caches associated to this cache manager
|
abstract void |
destroy()
Destroy all caches associated to this cache manager.
|
static String |
getDefaultName()
Name of the default cache manager, which is "default" by default.
|
static CacheManager |
getInstance()
Get the default cache manager for the class loader
|
abstract String |
getName() |
abstract boolean |
isDestroyed() |
abstract Iterator<Cache> |
iterator() |
static void |
setDefaultName(String defaultName)
Reset the manager name once on application startup.
|
public CacheManager()
public static String getDefaultName()
public static void setDefaultName(String defaultName)
public static CacheManager getInstance()
public abstract void clear()
public abstract void destroy()
public abstract boolean isDestroyed()
cache2k API documentation. Copyright © 2000–2014 headissue GmbH, Munich.