| 程序包 | 说明 |
|---|---|
| com.dexcoder.commons.cache |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractCacheMap<K,V>
缓存map抽象实现
Created by liyd on 7/24/14.
|
class |
FIFOCache<K,V>
FIFO缓存实现
Created by liyd on 9/25/14.
|
class |
LFUCache<K,V>
LFU缓存实现
Created by liyd on 9/25/14.
|
class |
LRUCache<K,V>
LRU缓存实现
Created by liyd on 7/24/14.
|
Copyright © 2016. All rights reserved.