Package org.infinispan.server.core
Class CacheInfo<K,V>
- java.lang.Object
-
- org.infinispan.server.core.CacheInfo<K,V>
-
- Direct Known Subclasses:
HotRodServer.ExtendedCacheInfo
public class CacheInfo<K,V> extends Object
- Since:
- 12.0
-
-
Field Summary
Fields Modifier and Type Field Description protected AdvancedCache<K,V>
cache
-
Constructor Summary
Constructors Constructor Description CacheInfo(AdvancedCache<K,V> cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdvancedCache<K,V>
getCache()
AdvancedCache<K,V>
getCache(KeyValuePair<MediaType,MediaType> mediaTypes, Subject subject)
-
-
-
Field Detail
-
cache
protected final AdvancedCache<K,V> cache
-
-
Constructor Detail
-
CacheInfo
public CacheInfo(AdvancedCache<K,V> cache)
-
-
Method Detail
-
getCache
public AdvancedCache<K,V> getCache(KeyValuePair<MediaType,MediaType> mediaTypes, Subject subject)
-
getCache
public AdvancedCache<K,V> getCache()
-
-