| 接口 | 说明 |
|---|---|
| CacheMap<K,V> |
缓存MAP接口
Created by liyd on 7/24/14.
|
| 类 | 说明 |
|---|---|
| AbstractCacheMap<K,V> |
缓存map抽象实现
Created by liyd on 7/24/14.
|
| FIFOCache<K,V> |
FIFO缓存实现
Created by liyd on 9/25/14.
|
| LFUCache<K,V> |
LFU缓存实现
Created by liyd on 9/25/14.
|
| LRUCache<K,V> |
LRU缓存实现
Created by liyd on 7/24/14.
|
| 注释类型 | 说明 |
|---|---|
| DisableCache |
不设置自动缓存注解
Created by liyd on 9/26/14.
|
| EnableCache |
Created by liyd on 1/6/15.
|
Copyright © 2016. All rights reserved.