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, getclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringprotected boolean removeEldestEntry(Map.Entry eldest)
removeEldestEntry in class LinkedHashMap<String,List<URI>>public long getAccessCount()
public long getHitCount()
Copyright © 2020. All Rights Reserved.