Class EmbeddedCacheEntryMutator<K,V>

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

public class EmbeddedCacheEntryMutator<K,V> extends org.wildfly.clustering.cache.infinispan.AbstractCacheEntryMutator
Mutates a given cache entry.
Author:
Paul Ferraro
  • Field Summary

    Fields inherited from interface org.wildfly.clustering.cache.CacheEntryMutator

    EMPTY, LOGGER
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.wildfly.clustering.cache.infinispan.AbstractCacheEntryMutator

    get, withMaxIdle

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.wildfly.clustering.cache.CacheEntryMutator

    run

    Methods inherited from interface org.wildfly.clustering.function.Runner

    andThen, compose, handle