| 程序包 | 说明 |
|---|---|
| com.ds.common.cache |
| 限定符和类型 | 字段和说明 |
|---|---|
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 |
DefaultCache.lastAccessedList
Linked list to maintain order that cache objects are accessed
in, most used to least used.
|
Copyright © 2023 onecode. All rights reserved.