|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Manages caches of objects.
| Field Summary | |
static java.lang.String |
DEFAULT_CACHE_CLASS
The name of the default cache implementation class |
| Method Summary | |
void |
addCache(Cache cache)
Adds a cache |
void |
clearCaches()
Clears all caches |
void |
destroy()
Stops all threads and removes all caches |
Cache |
getCache(java.lang.String cacheName)
Gets the cache |
void |
removeCache(java.lang.String cacheName)
Removes a cache |
| Field Detail |
public static final java.lang.String DEFAULT_CACHE_CLASS
| Method Detail |
public Cache getCache(java.lang.String cacheName)
cacheName - The name of the cache to retrieve
public void addCache(Cache cache)
cache - The cache to addpublic void removeCache(java.lang.String cacheName)
cacheName - The name of the cache to removepublic void clearCaches()
public void destroy()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||