K - the type of the keyV - the type of the valuepublic interface CacheEntryView<K,V>
| Modifier and Type | Method and Description | 
|---|---|
| long | getAccessHit()Gets the count of how many time this cache entry has been accessed. | 
| long | getExpirationTime()Gets the expiration time in milliseconds of the cache entry. | 
| K | getKey()Gets the key of the cache entry. | 
| long | getLastAccessTime()Gets the last access time in milliseconds of the cache entry. | 
| V | getValue()Gets the value of the cache entry. | 
K getKey()
V getValue()
long getExpirationTime()
long getLastAccessTime()
long getAccessHit()
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.