V
- the type of the value of this record.public interface QueryCacheRecord<V> extends Evictable
QueryCache
record.Modifier and Type | Method and Description |
---|---|
Data |
getKey() |
V |
getValue()
Gets the value of this
Evictable . |
void |
incrementAccessHit()
Increases the access hit count of this
Evictable as 1 . |
void |
setAccessTime(long time)
Sets the access time of this
Evictable in milliseconds. |
getAccessHit, getCreationTime, getLastAccessTime
Data getKey()
V getValue()
Evictable
Evictable
.void setAccessTime(long time)
Evictable
in milliseconds.time
- the latest access time of this Evictable
in millisecondsvoid incrementAccessHit()
Evictable
as 1
.Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.