Fields in com.jivesoftware.util declared as LinkedList |
protected LinkedList |
DefaultCache.ageList
Linked list to maintain time that cache objects were initially added
to the cache, most recently added to oldest added. |
protected LinkedList |
LRUCache.ageList
Linked list to maintain time that cache objects were initially added
to the cache, most recently added to oldest added. |
protected LinkedList |
DefaultCache.lastAccessedList
Linked list to maintain order that cache objects are accessed
in, most used to least used. |
protected LinkedList |
LRUCache.lastAccessedList
Linked list to maintain order that cache objects are accessed
in, most used to least used. |