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 CacheProperties -
Uses of CacheProperties in org.wildfly.clustering.cache.infinispan
Methods in org.wildfly.clustering.cache.infinispan that return CacheProperties -
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 CachePropertiesMethods 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()ImmutableSessionFactory.getCacheProperties()Constructors in org.wildfly.clustering.session.cache with parameters of type CachePropertiesModifierConstructorDescriptionCompositeImmutableSessionFactory(ImmutableSessionMetaDataFactory<MV> metaDataFactory, ImmutableSessionAttributesFactory<AV> attributesFactory, CacheProperties properties) CompositeSessionFactory(SessionMetaDataFactory<MV> metaDataFactory, SessionAttributesFactory<C, AV> attributesFactory, CacheProperties properties, Supplier<SC> localContextFactory) -
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, Immutability immutability, CacheProperties properties, SessionAttributeActivationNotifier notifier) -
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()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)