| Interface | Description | 
|---|---|
| NearCache<K,V> | 
NearCache is the contract point to store keys and values in underlying
 NearCacheRecordStore. | 
| NearCacheManager | 
NearCacheManager is the contract point to manage all existing NearCache instances. | 
| NearCacheRecord<V> | 
 An expirable and evictable data object which represents a Near Cache entry. 
 | 
| NearCacheRecordStore<K,V> | 
NearCacheRecordStore is the contract point to store keys and values as
 NearCacheRecord internally and to serve them. | 
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.