public class CacheWriteQueue<K extends org.apache.jackrabbit.oak.cache.CacheValue,V extends org.apache.jackrabbit.oak.cache.CacheValue> extends Object
| Constructor and Description |
|---|
CacheWriteQueue(CacheActionDispatcher dispatcher,
PersistentCache cache,
Map<K,V> map) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addInvalidate(Iterable<K> keys) |
boolean |
addPut(K key,
V value) |
public CacheWriteQueue(CacheActionDispatcher dispatcher, PersistentCache cache, Map<K,V> map)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.