Class CacheEntryComputeMutator<K,V>
- java.lang.Object
-
- org.wildfly.clustering.ee.infinispan.CacheEntryComputeMutator<K,V>
-
-
Constructor Summary
Constructors Constructor Description CacheEntryComputeMutator(org.infinispan.Cache<K,V> cache, K key, BiFunction<Object,V,V> function)
-