public interface CacheContainer extends BasicCacheContainer
DEFAULT_CACHE_NAME
Modifier and Type | Method and Description |
---|---|
default CacheContainerAdmin<?,?> |
administration()
Provides access to administrative methods which affect the underlying cache container, such as cache creation and
removal.
|
<K,V> Cache<K,V> |
getCache()
|
<K,V> Cache<K,V> |
getCache(String cacheName)
|
getCacheNames
<K,V> Cache<K,V> getCache()
getCache
in interface BasicCacheContainer
<K,V> Cache<K,V> getCache(String cacheName)
getCache
in interface BasicCacheContainer
cacheName
- name of cache to retrievedefault CacheContainerAdmin<?,?> administration()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.