Class EmbeddedCacheEntryMutator<K,V>

java.lang.Object
org.wildfly.clustering.cache.infinispan.AbstractCacheEntryMutator
org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheEntryMutator<K,V>
Type Parameters:
K - the cache entry key type
V - the cache entry value type
All Implemented Interfaces:
Runnable, Supplier<Duration>, CacheEntryMutator, Runner

public class EmbeddedCacheEntryMutator<K,V> extends AbstractCacheEntryMutator
Mutates a given cache entry.
Author:
Paul Ferraro
  • Method Details

    • runAsync

      public CompletionStage<Void> runAsync()
      Description copied from interface: CacheEntryMutator
      Mutates the associated cache entry asynchronously.
      Returns:
      a stage that completes when the cache entry mutation completes.