Class RemoteCacheEntryMutator<K,V>
java.lang.Object
org.wildfly.clustering.cache.infinispan.remote.RemoteCacheEntryMutator<K,V>
- Type Parameters:
K- the cache entry key typeV- the cache entry value type
- All Implemented Interfaces:
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
-
RemoteCacheEntryMutator
-
RemoteCacheEntryMutator
-
-
Method Details
-
mutateAsync
- Specified by:
mutateAsyncin interfaceCacheEntryMutator
-