Package net.ontopia.persistence.proxy
Class DefaultCaches
- java.lang.Object
-
- net.ontopia.persistence.proxy.DefaultCaches
-
-
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
-
-
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()
-
-
-
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
-
-