Class CacheBaseCounterFactory<K extends CounterKey>

java.lang.Object
org.infinispan.counter.impl.factory.CacheBaseCounterFactory<K>
Direct Known Subclasses:
CacheBasedStrongCounterFactory, CacheBasedWeakCounterFactory

public abstract class CacheBaseCounterFactory<K extends CounterKey> extends Object
Base class to create counters stored in a Cache.
Since:
14.0
  • Constructor Details

    • CacheBaseCounterFactory

      public CacheBaseCounterFactory()
  • Method Details

    • cache

      protected CompletionStage<org.infinispan.AdvancedCache<K,CounterValue>> cache(org.infinispan.counter.api.CounterConfiguration configuration)