K
- the type of keys maintained by this mapV
- the type of mapped valuespublic class Cache<K,V>
extends java.util.LinkedHashMap<K,V>
Constructor and Description |
---|
Cache(int maxCacheSize)
Constructs a new object.
|
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, values