K - the type of the keyV - the type of the valuepublic interface EvictableEntryView<K,V>
| Modifier and Type | Method and Description | 
|---|---|
| long | getAccessHit()Gets the access hit count of this  EvictableEntryView. | 
| long | getCreationTime()Gets the creation time of this  EvictableEntryViewin milliseconds. | 
| K | getKey()Gets the key of the entry. | 
| long | getLastAccessTime()Gets the latest access time difference of this  EvictableEntryViewin milliseconds. | 
| V | getValue()Gets the value of the entry. | 
long getCreationTime()
EvictableEntryView in milliseconds.EvictableEntryView in millisecondslong getLastAccessTime()
EvictableEntryView in milliseconds.EvictableEntryView in millisecondslong getAccessHit()
EvictableEntryView.EvictableEntryViewK getKey()
V getValue()
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.