Class EmbeddedCacheEntryComputer<K,V>
java.lang.Object
org.wildfly.clustering.cache.infinispan.embedded.EmbeddedCacheEntryComputer<K,V>
- Type Parameters:
K- the cache key typeV- the cache value type
- All Implemented Interfaces:
CacheEntryMutator
Mutator for a cache entry using a compute function.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.cache.CacheEntryMutator
NO_OP -
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedCacheEntryComputer(org.infinispan.Cache<K, V> cache, K key, BiFunction<Object, V, V> function) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.cache.CacheEntryMutator
mutate
-
Constructor Details
-
EmbeddedCacheEntryComputer
-
-
Method Details
-
mutateAsync
- Specified by:
mutateAsyncin interfaceCacheEntryMutator
-