CacheLongKeyLIRS.EntryA cache entry. Each entry is either hot (low inter-reference recency; LIR), cold (high inter-reference recency; HIR), or non-resident-cold. Hot entries are in the stack only. Cold entries are in the queue, and may be in the stack. Non-resident-cold entries have their value set to null and are in the stack and in the non-resident queue.
keyThe key.
mapNextThe next entry in the map (the chained entry).
memoryThe estimated memory used.
queueNextThe next entry in the queue (either the resident queue or the
non-resident queue).
queuePrevThe previous entry in the queue.
stackNextThe next entry in the stack.
stackPrevThe previous entry in the stack.
topMoveWhen the item was last moved to the top of the stack.
valueThe value. Set to null for non-resident-cold entries.
| ||||||||||||||||||||||||||