Package | Description |
---|---|
org.jivesoftware.util.cache |
Modifier and Type | Field and Description |
---|---|
protected LinkedList<K> |
DefaultCache.ageList
Linked list to maintain time that cache objects were initially added
to the cache, most recently added to oldest added.
|
protected LinkedList<K> |
DefaultCache.lastAccessedList
Linked list to maintain order that cache objects are accessed
in, most used to least used.
|
Copyright © 2003–2019 Ignite Realtime. All rights reserved.