See: Description
| Interface | Description | 
|---|---|
| CacheRecord<V> | 
 An expirable and evictable data object which represents a cache entry. | 
| CacheRecordMap<K extends Data,V extends CacheRecord> | |
| SampleableCacheRecordMap<K extends Data,V extends CacheRecord> | 
| Class | Description | 
|---|---|
| AbstractCacheRecord<V> | Abstract implementation of  CacheRecordwith key, value and
 expiration time as internal state. | 
| CacheDataRecord | Implementation of  CacheRecordwhere value has an internal serialized format. | 
| CacheObjectRecord | Implementation of  CacheRecordwhich has an internal object format. | 
| CacheRecordFactory<R extends CacheRecord> | Provides factory for  CacheRecord. | 
| CacheRecordHashMap | 
Hazelcast JSR-107 aka JCache implementation Internal record store
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.