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

Packages that use Expirable
com.hazelcast.cache.impl.eviction Eviction policy implementations for cache. 
com.hazelcast.cache.impl.nearcache Near cache support. 
com.hazelcast.cache.impl.nearcache.impl.record Near cache record implementations. 
com.hazelcast.cache.impl.record Hazelcast JSR-107 aka JCache implementation Internal record store 
 

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

Classes in com.hazelcast.cache.impl.eviction with type parameters of type Expirable
 interface ExpirationChecker<E extends Expirable>
          Interface for entries, records or whatever that can be checked for expiration.
 

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

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

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

Classes in com.hazelcast.cache.impl.nearcache.impl.record that implement Expirable
 class AbstractNearCacheRecord<V>
          Abstract implementation of NearCacheRecord with value and expiration time as internal state.
 class NearCacheDataRecord
          Implementation of NearCacheRecord to store Data type objects.
 class NearCacheObjectRecord<V>
          Implementation of NearCacheRecord to store any object type without Data type.
 

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.