Uses of Interface
org.wildfly.clustering.cache.CacheEntryMutatorFactory
Packages that use CacheEntryMutatorFactory
Package
Description
-
Uses of CacheEntryMutatorFactory in org.wildfly.clustering.cache.infinispan.embedded
Classes in org.wildfly.clustering.cache.infinispan.embedded that implement CacheEntryMutatorFactoryModifier and TypeClassDescriptionclassFactory that creates compute-based Mutator instances.classFactory for creatingCacheEntryMutatorobjects for an Infinispan cache. -
Uses of CacheEntryMutatorFactory in org.wildfly.clustering.cache.infinispan.remote
Classes in org.wildfly.clustering.cache.infinispan.remote that implement CacheEntryMutatorFactoryModifier and TypeClassDescriptionclassFactory that creates compute-based Mutator instances.classFactory for creating aCacheEntryMutatorfor a remote cache entry. -
Uses of CacheEntryMutatorFactory in org.wildfly.clustering.session.cache.attributes.fine
Constructors in org.wildfly.clustering.session.cache.attributes.fine with parameters of type CacheEntryMutatorFactoryModifierConstructorDescriptionFineSessionAttributes(K key, Map<String, Object> attributes, CacheEntryMutatorFactory<K, Map<String, V>> mutatorFactory, Marshaller<Object, V> marshaller, Immutability immutability, CacheProperties properties, SessionAttributeActivationNotifier notifier)