Uses of Interface
org.wildfly.clustering.cache.CacheEntryMutator
Packages that use CacheEntryMutator
-
Uses of CacheEntryMutator in org.wildfly.clustering.cache
Fields in org.wildfly.clustering.cache declared as CacheEntryMutatorModifier and TypeFieldDescriptionstatic final CacheEntryMutatorCacheEntryMutator.EMPTYTrivialCacheEntryMutatorimplementation that does nothing.Methods in org.wildfly.clustering.cache that return CacheEntryMutatorModifier and TypeMethodDescriptiondefault CacheEntryMutatorCacheEntryMutatorFactory.createMutator(Map.Entry<K, V> entry) Creates a mutator for the specified cache entry.CacheEntryMutatorFactory.createMutator(K key, V value) Creates a mutator for the specified cache entry.static CacheEntryMutatorCacheEntryMutator.of(Iterable<CacheEntryMutator> mutators) CacheEntryMutator.withMaxIdle(Supplier<Duration> maxIdle) Method parameters in org.wildfly.clustering.cache with type arguments of type CacheEntryMutatorModifier and TypeMethodDescriptionstatic CacheEntryMutatorCacheEntryMutator.of(Iterable<CacheEntryMutator> mutators)