| Package | Description | 
|---|---|
| com.hazelcast.cache.impl.record | 
 
     Hazelcast JSR-107 aka JCache implementation
     Internal record store 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CacheRecord<V>
 An expirable data object which represents a cache entry. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractCacheRecord<V>
Abstract implementation of  
CacheRecord with key, value and
 expiration time as internal state. | 
class  | 
CacheObjectRecord
Implementation of  
CacheRecord which has an internal object format. | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.