| Interface | Description | 
|---|---|
| NearCache<K,V> | NearCacheis the contract point to store keys and values in underlyingNearCacheRecordStore. | 
| NearCacheExecutor | Contract point for executing near-cache specific tasks. | 
| 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. | 
| Class | Description | 
|---|---|
| NearCacheContext | Context to hold all required external services and utilities to be used by
  NearCache. | 
| Enum | Description | 
|---|---|
| NearCacheType | Represents types of  NearCacheimplementations. | 
Near cache support.
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.