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
Evictable in milliseconds. |
long |
getLastAccessTime()
Gets the latest access time difference of this
Evictable in 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
.Evictable
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.