Class 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 Detail

      • HBCacheEvictOperation

        public HBCacheEvictOperation​(Queue<T> queue)