Class EmbeddedCacheEntryMutator<K,V>

java.lang.Object
org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheEntryMutator<K,V>
All Implemented Interfaces:
org.wildfly.clustering.cache.CacheEntryMutator

public class EmbeddedCacheEntryMutator<K,V> extends Object implements org.wildfly.clustering.cache.CacheEntryMutator
Mutates a given cache entry.
Author:
Paul Ferraro
  • Constructor Details

    • EmbeddedCacheEntryMutator

      public EmbeddedCacheEntryMutator(org.infinispan.Cache<K,V> cache, Map.Entry<K,V> entry)
    • EmbeddedCacheEntryMutator

      public EmbeddedCacheEntryMutator(org.infinispan.Cache<K,V> cache, K key, V value)
  • Method Details

    • mutateAsync

      public CompletionStage<Void> mutateAsync()
      Specified by:
      mutateAsync in interface org.wildfly.clustering.cache.CacheEntryMutator