public interface CacheContainer extends BasicCacheContainer
DEFAULT_CACHE_NAME
Modifier and Type | Method and Description |
---|---|
<K,V> Cache<K,V> |
getCache()
|
<K,V> Cache<K,V> |
getCache(String cacheName)
|
<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 retrieveCopyright © 2018 JBoss, a division of Red Hat. All rights reserved.