protected class Cache.ListEntry extends LinkableImpl
Modifier and Type | Field and Description |
---|---|
(package private) LinkedList |
dependencies
Things this entry depends on
|
(package private) K |
key
The key being tracked
|
(package private) long |
lastUsedTime
The time (millis since epoch) since the entry was used
|
(package private) long |
setTime
The time (millis since epoch) the entry was created
|
(package private) V |
value
The generated or set value for that key
|
Modifier | Constructor and Description |
---|---|
protected |
ListEntry() |
K key
V value
long lastUsedTime
long setTime
LinkedList dependencies