| Package | Description | 
|---|---|
| com.hazelcast.internal.nearcache.impl | Near Cache implementations. | 
| com.hazelcast.internal.nearcache.impl.invalidation | Invalidations for near-cache | 
| com.hazelcast.internal.nearcache.impl.preloader | Near Cache pre-loader implementation. | 
| com.hazelcast.internal.nearcache.impl.record | Near Cache record implementations. | 
| com.hazelcast.internal.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 | Method and Description | 
|---|---|
| boolean | StaleReadDetectorImpl. isStaleRead(Object key,
           NearCacheRecord record) | 
| boolean | StaleReadDetector. isStaleRead(Object key,
           NearCacheRecord record) | 
| Modifier and Type | Method and Description | 
|---|---|
| <R extends NearCacheRecord,NCRM extends NearCacheRecordMap<KS,R>> | NearCachePreloader. storeKeys(NCRM... records)Stores the keys from the supplied  NearCacheRecordMapinstances. | 
| 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.