Class HBDataCacheQueue.HBCacheEvictOperation

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 Details

    • HBCacheEvictOperation

      public HBCacheEvictOperation(Queue<T> queue)
  • Method Details