public class LRUCache
extends java.util.LinkedHashMap
Constructor and Description |
---|
LRUCache(int cacheSize) |
Modifier and Type | Method and Description |
---|---|
int |
getCacheSize() |
protected boolean |
removeEldestEntry(java.util.Map.Entry entry) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size