Class AbstractCacheEntryMutator
java.lang.Object
org.wildfly.clustering.cache.infinispan.AbstractCacheEntryMutator
- All Implemented Interfaces:
Runnable, Supplier<Duration>, org.wildfly.clustering.cache.CacheEntryMutator, org.wildfly.clustering.function.Runner
-
Field Summary
Fields inherited from interface org.wildfly.clustering.cache.CacheEntryMutator
EMPTY, LOGGER -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a immortal cache entry mutator. -
Method Summary
Modifier and TypeMethodDescriptionget()org.wildfly.clustering.cache.CacheEntryMutatorwithMaxIdle(Supplier<Duration> maxIdle) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.clustering.cache.CacheEntryMutator
run, runAsyncMethods inherited from interface org.wildfly.clustering.function.Runner
andThen, compose, handle
-
Constructor Details
-
AbstractCacheEntryMutator
protected AbstractCacheEntryMutator()Creates a immortal cache entry mutator.
-
-
Method Details
-
withMaxIdle
-
get
-