java.lang.Object
org.alfresco.heartbeat.datasender.internal.HBDataCacheQueue.HBCacheEvictOperation
- All Implemented Interfaces:
Consumer<List<T>>
- Enclosing class:
- HBDataCacheQueue<T>
public class HBDataCacheQueue.HBCacheEvictOperation
extends Object
implements Consumer<List<T>>
Functional consumer that removes a batch of entries from the cache
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
HBCacheEvictOperation
public HBCacheEvictOperation(Queue<T> queue)
-