Uses of Interface
org.wildfly.clustering.web.cache.session.metadata.InvalidatableSessionMetaData
Packages that use InvalidatableSessionMetaData
Package
Description
-
Uses of InvalidatableSessionMetaData in org.wildfly.clustering.web.cache.session
Constructors in org.wildfly.clustering.web.cache.session with parameters of type InvalidatableSessionMetaDataModifierConstructorDescriptionCompositeSession(String id, InvalidatableSessionMetaData metaData, SessionAttributes attributes, Contextual<L> contextual, Supplier<L> contextFactory, Remover<String> remover) -
Uses of InvalidatableSessionMetaData in org.wildfly.clustering.web.cache.session.metadata
Methods in org.wildfly.clustering.web.cache.session.metadata that return InvalidatableSessionMetaDataModifier and TypeMethodDescriptionSessionMetaDataFactory.createSessionMetaData(String id, V value) -
Uses of InvalidatableSessionMetaData in org.wildfly.clustering.web.cache.session.metadata.coarse
Classes in org.wildfly.clustering.web.cache.session.metadata.coarse that implement InvalidatableSessionMetaDataModifier and TypeClassDescriptionclassDefault session metadata implementation that delegates to a cache entry, triggeringMutator.mutate()on close. -
Uses of InvalidatableSessionMetaData in org.wildfly.clustering.web.cache.session.metadata.fine
Classes in org.wildfly.clustering.web.cache.session.metadata.fine that implement InvalidatableSessionMetaDataModifier and TypeClassDescriptionclassComposite view of the meta data of a session, combining volatile and static aspects.