Package org.wildfly.clustering.ee.hotrod
Class RemoteCacheEntryMutator<K,V>
java.lang.Object
org.wildfly.clustering.ee.hotrod.RemoteCacheEntryMutator<K,V>
- All Implemented Interfaces:
Mutator
Mutates a given cache entry.
- Author:
- Paul Ferraro
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionRemoteCacheEntryMutator(org.infinispan.client.hotrod.RemoteCache<K, V> cache, org.infinispan.client.hotrod.Flag[] flags, K id, V value) RemoteCacheEntryMutator(org.infinispan.client.hotrod.RemoteCache<K, V> cache, org.infinispan.client.hotrod.Flag[] flags, K id, V value, Supplier<Duration> maxIdle) -
Method Summary