Class RemoteCacheEntryMutator<K,V>

java.lang.Object
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:
CacheEntryMutator

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