public class CallableStatementCache extends LinkedHashMap<CallableStatementCacheKey,CallableStatement>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
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, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, 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)
removeEldestEntry in class LinkedHashMap<CallableStatementCacheKey,CallableStatement>Copyright © 2019 mariadb.org. All rights reserved.