public interface CacheManager
Modifier and Type | Method and Description |
---|---|
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() |
void clearAllEntries()
Collection<String> getCacheNames()
Collection<Cache> getCaches()
Cache getCache(String cacheName)
cacheName
- unique cache namevoid addCache(String cacheName, int maximumSize)
boolean cacheExists(String cacheName)
Copyright © 2005-2014 dozer. All Rights Reserved.