public interface CacheContainer extends BasicCacheContainer
DEFAULT_CACHE_NAME
Modifier and Type | Method and Description |
---|---|
<K,V> Cache<K,V> |
getCache()
This method overrides the underlying
CacheContainer.getCache() ,
to return a Cache instead of a BasicCache |
<K,V> Cache<K,V> |
getCache(String cacheName)
This method overrides the underlying
CacheContainer.getCache(String) ,
to return a Cache instead of a BasicCache |
<K,V> Cache<K,V> getCache()
CacheContainer.getCache()
,
to return a Cache
instead of a BasicCache
getCache
in interface BasicCacheContainer
<K,V> Cache<K,V> getCache(String cacheName)
CacheContainer.getCache(String)
,
to return a Cache
instead of a BasicCache
getCache
in interface BasicCacheContainer
cacheName
- name of cache to retrieveCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.