| Package | Description | 
|---|---|
| com.hazelcast.cache.impl.record | 
     Hazelcast JSR-107 aka JCache implementation
     Internal record store | 
| com.hazelcast.internal.eviction.impl.strategy.sampling | 
     Sampling based  com.hazelcast.internal.eviction.EvictionStrategyimplementations for cache. | 
| com.hazelcast.internal.nearcache.impl | Near Cache implementations. | 
| com.hazelcast.internal.nearcache.impl.store | Near Cache store implementations. | 
| com.hazelcast.map.impl.querycache.subscriber | This package contains classes which are used for  QueryCacheevent subscription side. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CacheRecordMap<K extends Data,V extends CacheRecord>Contract point for storing  CacheRecords. | 
| interface  | SampleableCacheRecordMap<K extends Data,V extends CacheRecord> | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CacheRecordHashMap | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | SampleableEvictableStore<A,E extends Evictable>Interface for sampleable store implementations that holds  Evictableentries to evict. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | NearCacheRecordMap<K,V extends NearCacheRecord>Contract point for all record maps to be used for storage in Near Cache. | 
| interface  | SampleableNearCacheRecordMap<K,V extends NearCacheRecord>Contract point for all record maps which support entry sampling to be used for storage in Near Cache. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HeapNearCacheRecordMap<K,V extends NearCacheRecord>SampleableNearCacheRecordMapimplementation for on-heap Near Caches. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | QueryCacheRecordHashMapEvictable concurrent hash map implementation. | 
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.