public class PreparedStatementPool.LRUCache extends LinkedHashMap<DruidPooledPreparedStatement.PreparedStatementKey,PreparedStatementHolder>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 构造器和说明 |
|---|
LRUCache(int maxSize) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
removeEldestEntry(Map.Entry<DruidPooledPreparedStatement.PreparedStatementKey,PreparedStatementHolder> 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<DruidPooledPreparedStatement.PreparedStatementKey,PreparedStatementHolder> eldest)
Copyright © 2013–2023. All rights reserved.