public class LruTraceCache extends java.util.LinkedHashMap<java.lang.Long,TraceObject>
Constructor and Description |
---|
LruTraceCache() |
Modifier and Type | Method and Description |
---|---|
void |
clearMemory()
Permit to clear array's of array, to help garbage.
|
java.lang.String |
printStack()
Value of trace cache in a readable format.
|
protected boolean |
removeEldestEntry(java.util.Map.Entry<java.lang.Long,TraceObject> eldest) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
protected boolean removeEldestEntry(java.util.Map.Entry<java.lang.Long,TraceObject> eldest)
removeEldestEntry
in class java.util.LinkedHashMap<java.lang.Long,TraceObject>
public java.lang.String printStack()
public void clearMemory()