public interface CacheManager
Cache
regions.Modifier and Type | Method and Description |
---|---|
Cache |
getCache(java.lang.String name)
Return the cache associated with the given name.
|
java.util.Collection<java.lang.String> |
getCacheNames()
Return a collection of the cache names known by this manager.
|
@Nullable Cache getCache(java.lang.String name)
name
- the cache identifier (must not be null
)null
if none foundjava.util.Collection<java.lang.String> getCacheNames()