Class EmbeddedCacheEntryComputer<K,V>

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

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