Class EmbeddedCacheEntryComputer<K,V>

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

public class EmbeddedCacheEntryComputer<K,V> extends AbstractCacheEntryMutator
Mutator for a cache entry using a compute function.
Author:
Paul Ferraro