long lastUpdateTime
last update time.
Definition: EntryView.h:93
long expirationTime
entry expiration time if ttl is defined.
Definition: EntryView.h:77
long lastStoredTime
last stored time.
Definition: EntryView.h:89
EntryView(const K &key, const V &value, const map::DataEntryView &rhs)
Constructor.
Definition: EntryView.h:45
long creationTime
entry creation time
Definition: EntryView.h:73
long hits
number of hits.
Definition: EntryView.h:81
K key
key
Definition: EntryView.h:57
EntryView represents a readonly view of a map entry.
Definition: EntryView.h:39
long version
version.
Definition: EntryView.h:97
V value
value
Definition: EntryView.h:65
long cost
memory cost of entry
Definition: EntryView.h:69
long lastAccessTime
last access time
Definition: EntryView.h:85