|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
CacheManager or CacheFactory instead
public interface CacheManager
| Method Summary | |
|---|---|
void |
flushCaches()
Deprecated. Flush the contents of all caches registered with the cache manager |
Cache |
getCache(String cacheName)
Deprecated. Retrieve the cache with a particular name |
void |
setNonFlushableCaches(List cacheNames)
Deprecated. Set the caches that should not be flushed when flushCaches() is called |
| Method Detail |
|---|
Cache getCache(String cacheName)
cacheName - the unique name of the cache
void flushCaches()
void setNonFlushableCaches(List cacheNames)
cacheNames - the names of the cache, each a String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||