Package net.ontopia.persistence.proxy
Interface CachesIF
-
- All Known Implementing Classes:
DefaultCaches
,JGroupsCaches
public interface CachesIF
INTERNAL:
-
-
Field Summary
Fields Modifier and Type Field Description static int
QUERY_CACHE_RT1
static int
QUERY_CACHE_RT2
static int
QUERY_CACHE_SRCLOC
static int
QUERY_CACHE_SUBIND
static int
QUERY_CACHE_SUBLOC
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <K,V>
CacheIF<K,V>createCache(int cacheType, IdentityIF namespace)
<K,V>
Map<K,V>createDataCache()
-
-
-
Field Detail
-
QUERY_CACHE_SRCLOC
static final int QUERY_CACHE_SRCLOC
- See Also:
- Constant Field Values
-
QUERY_CACHE_SUBIND
static final int QUERY_CACHE_SUBIND
- See Also:
- Constant Field Values
-
QUERY_CACHE_SUBLOC
static final int QUERY_CACHE_SUBLOC
- See Also:
- Constant Field Values
-
QUERY_CACHE_RT1
static final int QUERY_CACHE_RT1
- See Also:
- Constant Field Values
-
QUERY_CACHE_RT2
static final int QUERY_CACHE_RT2
- See Also:
- Constant Field Values
-
-
Method Detail
-
createDataCache
<K,V> Map<K,V> createDataCache()
-
createCache
<K,V> CacheIF<K,V> createCache(int cacheType, IdentityIF namespace)
-
-