|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CacheManager
Internal interface for managing caches. Only intended for internal use.
| Method Summary | |
|---|---|
void |
addCache(String cacheName,
int maximumSize)
|
boolean |
cacheExists(String cacheName)
|
void |
clearAllEntries()
Clears all available caches. |
Cache |
getCache(String cacheName)
Get Cache object by name. |
Collection<String> |
getCacheNames()
Returns a Set of all Cache names |
Collection<Cache> |
getCaches()
|
| Method Detail |
|---|
void clearAllEntries()
Collection<String> getCacheNames()
Collection<Cache> getCaches()
Cache getCache(String cacheName)
cacheName - unique cache name
void addCache(String cacheName,
int maximumSize)
boolean cacheExists(String cacheName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||