public interface CacheManager
Caches.| Modifier and Type | Method and Description | 
|---|---|
| Cache | getCache(String name)Return the cache associated with the given name. | 
| Collection<String> | getCacheNames()Return a collection of the caches known by this cache manager. | 
Cache getCache(String name)
name - cache identifier (must not be null)null if none is foundCollection<String> getCacheNames()