Package net.ontopia.persistence.proxy
Class JGroupsCaches
- java.lang.Object
-
- net.ontopia.persistence.proxy.JGroupsCaches
-
-
Field Summary
-
Fields inherited from interface net.ontopia.persistence.proxy.CachesIF
QUERY_CACHE_RT1, QUERY_CACHE_RT2, QUERY_CACHE_SRCLOC, QUERY_CACHE_SUBIND, QUERY_CACHE_SUBLOC
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JGroupsCaches(ClusterIF cluster)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <K,V>
CacheIF<K,V>createCache(int cacheType, IdentityIF namespace)
<K,V>
Map<K,V>createDataCache()
-
-
-
Constructor Detail
-
JGroupsCaches
protected JGroupsCaches(ClusterIF cluster)
-
-
Method Detail
-
createDataCache
public <K,V> Map<K,V> createDataCache()
- Specified by:
createDataCache
in interfaceCachesIF
-
createCache
public <K,V> CacheIF<K,V> createCache(int cacheType, IdentityIF namespace)
- Specified by:
createCache
in interfaceCachesIF
-
-