public class LRUCache<K,V>
extends java.util.LinkedHashMap<K,V>
| Constructor and Description | 
|---|
| LRUCache(int cacheSize) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getCacheSize() | 
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values