Class SieveCache<K,V extends MemoryObject>
- java.lang.Object
-
- org.apache.jackrabbit.oak.index.indexer.document.tree.store.utils.SieveCache<K,V>
-
- Type Parameters:
K
- the key typeV
- the value type
public class SieveCache<K,V extends MemoryObject> extends Object
A Sieve cache. It is faster and has a higher hit-rate than LRU. See https://cachemon.github.io/SIEVE-website/
-
-
Constructor Summary
Constructors Constructor Description SieveCache(long maxMemoryBytes)
-