Class RemoteCacheEntryMutatorFactory<K,V>

java.lang.Object
org.wildfly.clustering.cache.infinispan.remote.RemoteCacheEntryMutatorFactory<K,V>
Type Parameters:
K - the cache key type
V - the cache value type
All Implemented Interfaces:
org.wildfly.clustering.cache.CacheEntryMutatorFactory<K,V>

public class RemoteCacheEntryMutatorFactory<K,V> extends Object implements org.wildfly.clustering.cache.CacheEntryMutatorFactory<K,V>
Factory for creating a CacheEntryMutator for a remote cache entry.
Author:
Paul Ferraro
  • Constructor Details

    • RemoteCacheEntryMutatorFactory

      public RemoteCacheEntryMutatorFactory(org.infinispan.client.hotrod.RemoteCache<K,V> cache)
  • Method Details

    • createMutator

      public org.wildfly.clustering.cache.CacheEntryMutator createMutator(K key, V value)
      Specified by:
      createMutator in interface org.wildfly.clustering.cache.CacheEntryMutatorFactory<K,V>