Class EmbeddedCacheEntryMutator<K,V>
java.lang.Object
org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheEntryMutator<K,V>
- Type Parameters:
K- the cache entry key typeV- the cache entry value type
- All Implemented Interfaces:
org.wildfly.clustering.cache.CacheEntryMutator
public class EmbeddedCacheEntryMutator<K,V>
extends Object
implements org.wildfly.clustering.cache.CacheEntryMutator
Mutates a given cache entry.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.cache.CacheEntryMutator
NO_OP -
Constructor Summary
Constructors -
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.cache.CacheEntryMutator
mutate
-
Constructor Details
-
EmbeddedCacheEntryMutator
-
EmbeddedCacheEntryMutator
-
-
Method Details
-
mutateAsync
- Specified by:
mutateAsyncin interfaceorg.wildfly.clustering.cache.CacheEntryMutator
-