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