public interface Evictable<V>
| Modifier and Type | Method and Description | 
|---|---|
| int | getAccessHit()Gets the access hit count of this  Evictable. | 
| long | getCreationTime()Gets the creation time of this  Evictablein milliseconds. | 
| long | getLastAccessTime()Gets the latest access time difference of this  Evictablein milliseconds. | 
| V | getValue()Gets the value of this  Evictable. | 
long getCreationTime()
Evictable in milliseconds.Evictable in millisecondslong getLastAccessTime()
Evictable in milliseconds.Evictable in millisecondsint getAccessHit()
Evictable.EvictableCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.