| 程序包 | 说明 |
|---|---|
| com.github.paganini2008.devtools.cache |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FifoCache
FifoCache
|
class |
LifoCache
LifoCache
|
class |
LruCache
LruCache
|
class |
SortedCache
SortedCache
|
| 限定符和类型 | 方法和说明 |
|---|---|
LimitedCache |
AbstractCache.fifoCache(int maxSize,
Store store) |
LimitedCache |
AbstractCache.lifoCache(int maxSize,
Store store) |
LimitedCache |
AbstractCache.lruCache(int maxSize,
Store store) |
LimitedCache |
AbstractCache.sortedCache(int maxSize,
boolean asc,
Store store) |
Copyright © 2020. All rights reserved.