- All Implemented Interfaces:
Mutator
public class CacheEntryMutator<K,V>
extends Object
implements Mutator
Mutates a given cache entry.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.ee.Mutator
PASSIVE
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CacheEntryMutator
public CacheEntryMutator(org.infinispan.Cache<K,V> cache,
Map.Entry<K,V> entry)
-
CacheEntryMutator
public CacheEntryMutator(org.infinispan.Cache<K,V> cache,
K key,
V value)
-
Method Details
-
mutate
public void mutate()
- Specified by:
mutate in interface Mutator