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