|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
Near cache support.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |