Class EmbeddedCacheMutatorFactory<K,V>

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

public class EmbeddedCacheMutatorFactory<K,V> extends Object implements org.wildfly.clustering.cache.CacheEntryMutatorFactory<K,V>
Factory for creating CacheEntryMutator objects for an Infinispan cache.
Author:
Paul Ferraro
  • Constructor Details

    • EmbeddedCacheMutatorFactory

      public EmbeddedCacheMutatorFactory(org.infinispan.Cache<K,V> cache)
    • EmbeddedCacheMutatorFactory

      public EmbeddedCacheMutatorFactory(org.infinispan.Cache<K,V> cache, org.wildfly.clustering.cache.CacheProperties properties)
  • 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>