See: Description
Interface | Description |
---|---|
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 | 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 © 2014 Hazelcast, Inc.. All Rights Reserved.