Package | Description |
---|---|
org.apache.solr.util |
Modifier and Type | Field and Description |
---|---|
private ConcurrentLRUCache.EvictionListener<K,V> |
ConcurrentLRUCache.evictionListener |
Constructor and Description |
---|
ConcurrentLRUCache(int upperWaterMark,
int lowerWaterMark,
int acceptableWatermark,
int initialSize,
boolean runCleanupThread,
boolean runNewThreadForCleanup,
ConcurrentLRUCache.EvictionListener<K,V> evictionListener) |