Uses of Interface
org.wildfly.clustering.cache.CacheProperties
Packages that use CacheProperties
Package
Description
-
Uses of CacheProperties in org.wildfly.clustering.cache
Methods in org.wildfly.clustering.cache that return CachePropertiesModifier and TypeMethodDescriptionCacheConfiguration.getCacheProperties()Returns the properties of the associated cache. -
Uses of CacheProperties in org.wildfly.clustering.cache.infinispan.embedded
Classes in org.wildfly.clustering.cache.infinispan.embedded that implement CachePropertiesModifier and TypeClassDescriptionclassEagerly calculates the properties of a cache configuration.Methods in org.wildfly.clustering.cache.infinispan.embedded that return CachePropertiesModifier and TypeMethodDescriptiondefault CachePropertiesEmbeddedCacheConfiguration.getCacheProperties() -
Uses of CacheProperties in org.wildfly.clustering.cache.infinispan.remote
Classes in org.wildfly.clustering.cache.infinispan.remote that implement CachePropertiesModifier and TypeClassDescriptionclassEagerly captured properties of a remote cache.Methods in org.wildfly.clustering.cache.infinispan.remote that return CachePropertiesModifier and TypeMethodDescriptiondefault CachePropertiesRemoteCacheConfiguration.getCacheProperties() -
Uses of CacheProperties in org.wildfly.clustering.session.cache
Methods in org.wildfly.clustering.session.cache that return CachePropertiesModifier and TypeMethodDescriptionCompositeImmutableSessionFactory.getCacheProperties()ImmutableSessionFactoryConfiguration.getCacheProperties()Returns the properties of the associated cache. -
Uses of CacheProperties in org.wildfly.clustering.session.cache.attributes.fine
Constructors in org.wildfly.clustering.session.cache.attributes.fine with parameters of type CachePropertiesModifierConstructorDescriptionFineSessionAttributes(K key, Map<String, Object> attributes, CacheEntryMutatorFactory<K, Map<String, V>> mutatorFactory, Marshaller<Object, V> marshaller, Predicate<Object> immutable, CacheProperties properties, SessionAttributeActivationNotifier notifier) Creates a fine-granularity session attributes implementation. -
Uses of CacheProperties in org.wildfly.clustering.session.cache.user
Methods in org.wildfly.clustering.session.cache.user that return CachePropertiesModifier and TypeMethodDescriptionCompositeUserFactory.getCacheProperties()UserFactory.getCacheProperties()Returns the properties of the cache.Constructors in org.wildfly.clustering.session.cache.user with parameters of type CachePropertiesModifierConstructorDescriptionCompositeUserFactory(UserContextFactory<CV, C, T> contextFactory, UserSessionsFactory<SV, D, S> sessionsFactory, CacheProperties properties) Creates a factory for creating a composite user.