Class RemoveFunction<K extends CounterKey>

java.lang.Object
org.infinispan.counter.impl.function.RemoveFunction<K>
All Implemented Interfaces:
Function<org.infinispan.functional.EntryView.ReadWriteEntryView<K,CounterValue>,Void>

public class RemoveFunction<K extends CounterKey> extends Object implements Function<org.infinispan.functional.EntryView.ReadWriteEntryView<K,CounterValue>,Void>
It removes the CounterValue from the cache.
Since:
9.2
Author:
Pedro Ruivo