Package com.hazelcast.cache.impl.record

Hazelcast JSR-107 aka JCache implementation Internal record store

See:
          Description

Interface Summary
CacheRecord<V> An expirable and evictable data object which represents a cache entry.
CacheRecordMap<K extends Data,V extends CacheRecord>  
Expirable Expiring Data model interface.
SampleableCacheRecordMap<K extends Data,V extends CacheRecord>  
 

Class Summary
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  
 

Package com.hazelcast.cache.impl.record Description

Hazelcast JSR-107 aka JCache implementation Internal record store



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