Class EmbeddedCacheEntryMutatorFactory<K,V>
java.lang.Object
org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheEntryMutatorFactory<K,V>
- Type Parameters:
K- the cache key typeV- 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
-
Method Summary
Modifier and TypeMethodDescriptioncreateMutator(K key, V value) Creates a mutator for the specified cache entry.Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface CacheEntryMutatorFactory
createMutator
-
Method Details
-
createMutator
Description copied from interface:CacheEntryMutatorFactoryCreates a mutator for the specified cache entry.- Specified by:
createMutatorin interfaceCacheEntryMutatorFactory<K,V> - Parameters:
key- a cache keyvalue- a cache value- Returns:
- a mutator
-