Class CacheWriteQueue<K extends CacheValue,V extends CacheValue>
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.persistentCache.async.CacheWriteQueue<K,V>
-
public class CacheWriteQueue<K extends CacheValue,V extends CacheValue> extends Object
-
-
Constructor Summary
Constructors Constructor Description CacheWriteQueue(CacheActionDispatcher dispatcher, PersistentCache cache, Map<K,V> map)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddInvalidate(Iterable<K> keys)booleanaddPut(K key, V value)
-
-
-
Constructor Detail
-
CacheWriteQueue
public CacheWriteQueue(CacheActionDispatcher dispatcher, PersistentCache cache, Map<K,V> map)
-
-