| Package | Description | 
|---|---|
| com.hazelcast.cache.impl.nearcache.impl | 
     Near cache implementations. | 
| com.hazelcast.cache.impl.nearcache.impl.record | 
     Near cache record implementations. | 
| com.hazelcast.cache.impl.nearcache.impl.store | 
     Near cache store implementations. | 
| 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 these supports entry sampling to be used for storage in near-cache. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractNearCacheRecord<V>Abstract implementation of  NearCacheRecordwith value and
 expiration time as internal state. | 
| class  | NearCacheDataRecordImplementation of  NearCacheRecordto storeDatatype objects. | 
| class  | NearCacheObjectRecord<V>Implementation of  NearCacheRecordto store
 any object type withoutDatatype. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractNearCacheRecordStore<K,V,KS,R extends NearCacheRecord,NCRM extends NearCacheRecordMap<KS,R>> | 
| class  | BaseHeapNearCacheRecordStore<K,V,R extends NearCacheRecord> | 
| class  | HeapNearCacheRecordMap<K,V extends NearCacheRecord> | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.