| 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 ConstructorFunction<String,CacheContext> | AbstractCacheService. cacheContexesConstructorFunction | 
| protected ConcurrentMap<String,CacheContext> | AbstractCacheService. cacheContexts | 
| Modifier and Type | Method and Description | 
|---|---|
| CacheContext | AbstractCacheService. getCacheContext(String name) | 
| CacheContext | AbstractCacheService. getOrCreateCacheContext(String name) | 
| CacheContext | ICacheService. getOrCreateCacheContext(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| static CacheEntryCountResolver | CacheEntryCountResolver. createEntryCountResolver(CacheContext cacheContext) | 
| Constructor and Description | 
|---|
| CacheRecordHashMap(SerializationService serializationService,
                  int initialCapacity,
                  CacheContext cacheContext) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.