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.NO_OPTrivialCacheEntryMutatorimplementation 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.