|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectLinkableImpl
Cache.ListEntry
protected class Cache.ListEntry
An entry in the age list maintained by the cache
Field Summary | |
---|---|
(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 |
Constructor Summary | |
---|---|
protected |
Cache.ListEntry()
|
Method Summary |
---|
Methods inherited from class LinkableImpl |
---|
getNext, getOwner, getPrev, setNext, setOwner, setPrev |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
K key
V value
long lastUsedTime
long setTime
LinkedList dependencies
Constructor Detail |
---|
protected Cache.ListEntry()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |