public interface CachesIF
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
<K,V> CacheIF<K,V> |
createCache(int cacheType,
IdentityIF namespace) |
<K,V> Map<K,V> |
createDataCache() |
static final int QUERY_CACHE_SRCLOC
static final int QUERY_CACHE_SUBIND
static final int QUERY_CACHE_SUBLOC
static final int QUERY_CACHE_RT1
static final int QUERY_CACHE_RT2
<K,V> Map<K,V> createDataCache()
<K,V> CacheIF<K,V> createCache(int cacheType, IdentityIF namespace)