public class RegistryCache extends LinkedHashMap<String,List<URI>>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
RegistryCache(int capacity) |
| Modifier and Type | Method and Description |
|---|---|
List<URI> |
get(String key) |
long |
getAccessCount() |
long |
getHitCount() |
protected boolean |
removeEldestEntry(Map.Entry eldest) |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeprotected boolean removeEldestEntry(Map.Entry eldest)
removeEldestEntry in class LinkedHashMap<String,List<URI>>public long getAccessCount()
public long getHitCount()
Copyright © 2019. All Rights Reserved.