public class H2StatementCache extends LinkedHashMap<String,PreparedStatement>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description |
|---|---|
long |
lastUsage()
The timestamp of the last usage of the cache.
|
protected boolean |
removeEldestEntry(Map.Entry<String,PreparedStatement> eldest) |
void |
updateLastUsage()
Updates the
lastUsage timestamp by current time. |
clear, containsValue, getclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringprotected boolean removeEldestEntry(Map.Entry<String,PreparedStatement> eldest)
removeEldestEntry in class LinkedHashMap<String,PreparedStatement>public long lastUsage()
public void updateLastUsage()
lastUsage timestamp by current time.
Follow @ApacheIgnite
Ignite Fabric : ver. 2.3.0 Release Date : October 28 2017