Interface | Description |
---|---|
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 | Description |
---|---|
NearCacheContext |
Context to hold all required external services and utilities to be used by
NearCache . |
Enum | Description |
---|---|
NearCacheType |
Represents types of
NearCache implementations. |
Near cache support.
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.