Package org.wildfly.clustering.ee.hotrod
Class RemoteCacheMutatorFactory<K,V>
- java.lang.Object
-
- org.wildfly.clustering.ee.hotrod.RemoteCacheMutatorFactory<K,V>
-
- All Implemented Interfaces:
org.wildfly.clustering.ee.MutatorFactory<K,V>
public class RemoteCacheMutatorFactory<K,V> extends Object implements org.wildfly.clustering.ee.MutatorFactory<K,V>
Factory for creating aMutatorfor a remote cache entry.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description RemoteCacheMutatorFactory(org.infinispan.client.hotrod.RemoteCache<K,V> cache)RemoteCacheMutatorFactory(org.infinispan.client.hotrod.RemoteCache<K,V> cache, Function<V,Duration> maxIdle)
-