LRUQueryCache

constructor(maxSize: Int, maxRamBytesUsed: Long, leavesToCache: (LeafReaderContext) -> Boolean = minSegmentSizePredicate(10000), skipCacheFactor: Float = 10.0f)