public class EntityCache extends LinkedHashMap<String,List<ColumnField>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
EntityCache(int capacity) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<ColumnField> |
getCache(String key) |
void |
putCache(String key,
List<ColumnField> value) |
protected boolean |
removeEldestEntry(Map.Entry<String,List<ColumnField>> eldest) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeprotected boolean removeEldestEntry(Map.Entry<String,List<ColumnField>> eldest)
removeEldestEntry 在类中 LinkedHashMap<String,List<ColumnField>>public void putCache(String key, List<ColumnField> value)
public List<ColumnField> getCache(String key)
Copyright © 2019. All rights reserved.