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