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 typeV- the cache value type
- All Implemented Interfaces:
Runnable, Supplier<Duration>, org.wildfly.clustering.cache.CacheEntryMutator, org.wildfly.clustering.function.Runner
public class EmbeddedCacheEntryComputer<K,V>
extends org.wildfly.clustering.cache.infinispan.AbstractCacheEntryMutator
Mutator for a cache entry using a compute function.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.cache.CacheEntryMutator
EMPTY, LOGGER -
Method Summary
Methods inherited from class org.wildfly.clustering.cache.infinispan.AbstractCacheEntryMutator
get, withMaxIdleMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.cache.CacheEntryMutator
runMethods inherited from interface org.wildfly.clustering.function.Runner
andThen, compose, handle
-
Method Details
-
runAsync
-