Note that the implementation does not follow a true LRU (least-recently-used) eviction strategy. Instead it strives to remove least recently used items but when the initial cleanup does not remove enough items to reach the 'acceptableWaterMark' limit, it can remove more items forcefully regardless of access order. @since solr 1.4 @see org.apache.solr.util.ConcurrentLRUCache
|
|
|
|
|
|