K - the type of the keyV - the type of the valuepublic interface EvictableEntryView<K,V>
| Modifier and Type | Method and Description | 
|---|---|
| long | getCreationTime()Gets the creation time of this  EvictableEntryViewin milliseconds. | 
| long | getHits()Gets the access hit count of this  EvictableEntryView. | 
| 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. | 
K getKey()
V getValue()
long getCreationTime()
EvictableEntryView in milliseconds.EvictableEntryView in millisecondslong getLastAccessTime()
EvictableEntryView in milliseconds.EvictableEntryView in millisecondslong getHits()
EvictableEntryView.EvictableEntryViewCopyright © 2022 Hazelcast, Inc.. All rights reserved.