| 程序包 | 说明 |
|---|---|
| blade.cache |
| 限定符和类型 | 字段和说明 |
|---|---|
protected Map<K,Map<?,CacheObject<K,V>>> |
AbstractCache._hCache
同步缓存容器
|
protected Map<K,CacheObject<K,V>> |
AbstractCache._mCache
同步缓存容器
|
| 限定符和类型 | 方法和说明 |
|---|---|
CacheObject<K,V> |
CacheObject.getNext() |
CacheObject<K,V> |
CacheObject.getPrevious() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CacheObject.setNext(CacheObject<K,V> next) |
void |
CacheObject.setPrevious(CacheObject<K,V> previous) |
Copyright © 2015. All rights reserved.