| 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  
NearCacheRecord with value and
 expiration time as internal state. | 
class  | 
NearCacheDataRecord
Implementation of  
NearCacheRecord to store
 Data type objects. | 
class  | 
NearCacheObjectRecord<V>
Implementation of  
NearCacheRecord to store
 any object type without Data type. | 
| 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.