Class CacheMutatorFactory<K,V>
java.lang.Object
org.wildfly.clustering.ee.infinispan.CacheMutatorFactory<K,V>
- All Implemented Interfaces:
MutatorFactory<K,V>
Factory for creating
Mutator objects for an Infinispan cache.- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionCacheMutatorFactory(org.infinispan.Cache<K, V> cache) CacheMutatorFactory(org.infinispan.Cache<K, V> cache, CacheProperties properties) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.ee.MutatorFactory
createMutator
-
Constructor Details
-
CacheMutatorFactory
-
CacheMutatorFactory
-
-
Method Details
-
createMutator
- Specified by:
createMutatorin interfaceMutatorFactory<K,V>
-