| Package | Description | 
|---|---|
| com.hazelcast.cache.impl | 
 
     Hazelcast JSR-107 aka JCache implementation 
 | 
| com.hazelcast.cache.impl.record | 
 
     Hazelcast JSR-107 aka JCache implementation
     Internal record store 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected CacheContext | 
AbstractCacheRecordStore.cacheContext  | 
| Modifier and Type | Field and Description | 
|---|---|
protected ConcurrentMap<String,CacheContext> | 
AbstractCacheService.cacheContexts
Map from full prefixed cache name to  
CacheContext | 
protected ConstructorFunction<String,CacheContext> | 
AbstractCacheService.cacheContextsConstructorFunction  | 
| Modifier and Type | Method and Description | 
|---|---|
CacheContext | 
AbstractCacheService.getCacheContext(String name)  | 
CacheContext | 
AbstractCacheService.getOrCreateCacheContext(String cacheNameWithPrefix)  | 
CacheContext | 
ICacheService.getOrCreateCacheContext(String cacheNameWithPrefix)  | 
| Modifier and Type | Method and Description | 
|---|---|
static CacheEntryCountResolver | 
CacheEntryCountResolver.createEntryCountResolver(CacheContext cacheContext)  | 
| Constructor and Description | 
|---|
CacheRecordHashMap(SerializationService serializationService,
                  int initialCapacity,
                  CacheContext cacheContext)  | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.