Class RemoteCacheEntryMutator<K,V>

java.lang.Object
org.wildfly.clustering.cache.infinispan.AbstractCacheEntryMutator
org.wildfly.clustering.cache.infinispan.remote.RemoteCacheEntryMutator<K,V>
Type Parameters:
K - the cache entry key type
V - the cache entry value type
All Implemented Interfaces:
Runnable, Supplier<Duration>, CacheEntryMutator

public class RemoteCacheEntryMutator<K,V> extends AbstractCacheEntryMutator
Mutates a given cache entry.
Author:
Paul Ferraro