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:
CacheEntryMutatorFactory<K,V>

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

    • EmbeddedCacheEntryMutatorFactory

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

      public EmbeddedCacheEntryMutatorFactory(org.infinispan.Cache<K,V> cache, CacheProperties properties)
  • Method Details