public interface CacheManager
Cache
regions.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 cache names known by this manager.
|
Cache getCache(String name)
name
- the cache identifier (must not be null
)null
if none foundCollection<String> getCacheNames()