Uses of Interface
com.hazelcast.cache.impl.record.Expirable

Packages that use Expirable
com.hazelcast.cache.impl.record Hazelcast JSR-107 aka JCache implementation Internal record store 
 

Uses of Expirable in com.hazelcast.cache.impl.record
 

Subinterfaces of Expirable in com.hazelcast.cache.impl.record
 interface CacheRecord<V>
           An expirable and evictable data object which represents a cache entry.
 

Classes in com.hazelcast.cache.impl.record that implement Expirable
 class AbstractCacheRecord<V>
          Abstract implementation of CacheRecord with key, value and expiration time as internal state.
 class CacheDataRecord
          Implementation of CacheRecord where value has an internal serialized format.
 class CacheObjectRecord
          Implementation of CacheRecord which has an internal object format.
 



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