Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a view of a map entry.

Type Parameters

  • K

  • V

Hierarchy

  • SimpleEntryView

Index

Properties

cost: Long

Cost (in bytes) of the entry.

creationTime: Long

Creation time of the entry.

expirationTime: Long

Expiration time of the entry.

hits: Long

Number of hits of the entry.

key: K

Key of the entry.

lastAccessTime: Long

Last access time for the entry.

lastStoredTime: Long

Last time the value was flushed to map store.

lastUpdateTime: Long

Last time the value was updated.

maxIdle: Long

Last set max idle time in milliseconds.

ttl: Long

Last set time-to-live in milliseconds.

value: V

Value of the entry.

version: Long

Version of the entry.

Generated using TypeDoc