public class CallableStatementCache extends LinkedHashMap<CallableStatementCacheKey,CallableStatement>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 限定符和类型 | 方法和说明 |
|---|---|
static CallableStatementCache |
newInstance(int size) |
protected boolean |
removeEldestEntry(Map.Entry<CallableStatementCacheKey,CallableStatement> 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, sizepublic static CallableStatementCache newInstance(int size)
protected boolean removeEldestEntry(Map.Entry<CallableStatementCacheKey,CallableStatement> eldest)
Copyright © 2024 oceanbase.com. All rights reserved.