Package org.apache.camel.support
Interface LRUCache<K,V>
- All Superinterfaces:
Map<K,
V>
-
Nested Class Summary
-
Method Summary
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Method Details
-
cleanUp
void cleanUp() -
resetStatistics
void resetStatistics() -
getEvicted
long getEvicted() -
getMisses
long getMisses() -
getHits
long getHits() -
getMaxCacheSize
int getMaxCacheSize()
-