| Interface | Description | 
|---|---|
| NearCache<K,V> | NearCacheis the contract point to store keys and values in underlyingNearCacheRecordStore. | 
| NearCacheManager | NearCacheManageris the contract point to manage all existingNearCacheinstances. | 
| NearCacheRecord<V> | An expirable and evictable data object which represents a Near Cache entry. | 
| NearCacheRecordStore<K,V> | NearCacheRecordStoreis the contract point to store keys and values asNearCacheRecordinternally and to serve them. | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.