Package com.hazelcast.cache.impl.nearcache

Near cache support.

See:
          Description

Interface Summary
NearCache<K,V> NearCache is the contract point to store keys and values in underlying NearCacheRecordStore.
NearCacheExecutor Contract point for executing near-cache specific tasks.
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.
 

Class Summary
NearCacheContext Context to hold all required external services and utilities to be used by NearCache.
 

Enum Summary
NearCacheType Represents types of NearCache implementations.
 

Package com.hazelcast.cache.impl.nearcache Description

Near cache support.



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.