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
EvictableEntryView in 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
EvictableEntryView in 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
.EvictableEntryView
Copyright © 2023 Hazelcast, Inc.. All rights reserved.