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 Summary
ConstructorsConstructorDescriptionEmbeddedCacheMutatorFactory(org.infinispan.Cache<K, V> cache) EmbeddedCacheMutatorFactory(org.infinispan.Cache<K, V> cache, org.wildfly.clustering.cache.CacheProperties properties) -
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.clustering.cache.CacheEntryMutatorcreateMutator(K key, V value) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.cache.CacheEntryMutatorFactory
createMutator