Class EmbeddedCacheEntryMutatorFactory<K,V>

java.lang.Object
org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheEntryMutatorFactory<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 EmbeddedCacheEntryMutatorFactory<K,V> extends Object implements org.wildfly.clustering.cache.CacheEntryMutatorFactory<K,V>
Factory for creating CacheEntryMutator objects for an Infinispan cache.
Author:
Paul Ferraro
  • 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>