public class PrepareStatementCache extends LinkedHashMap<String,PrepareResult>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
static PrepareStatementCache |
newInstance(int size) |
PrepareResult |
putIfNone(String key,
PrepareResult value) |
protected boolean |
removeEldestEntry(Map.Entry<String,PrepareResult> 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 PrepareStatementCache newInstance(int size)
public PrepareResult putIfNone(String key, PrepareResult value)
protected boolean removeEldestEntry(Map.Entry<String,PrepareResult> eldest)
removeEldestEntry in class LinkedHashMap<String,PrepareResult>Copyright © 2015. All rights reserved.