Uses of Interface
org.wildfly.clustering.web.cache.session.ImmutableSessionMetaDataFactory
-
Packages that use ImmutableSessionMetaDataFactory Package Description org.wildfly.clustering.web.cache.session -
-
Uses of ImmutableSessionMetaDataFactory in org.wildfly.clustering.web.cache.session
Subinterfaces of ImmutableSessionMetaDataFactory in org.wildfly.clustering.web.cache.session Modifier and Type Interface Description interfaceSessionMetaDataFactory<V>Methods in org.wildfly.clustering.web.cache.session that return ImmutableSessionMetaDataFactory Modifier and Type Method Description ImmutableSessionMetaDataFactory<CompositeSessionMetaDataEntry<L>>CompositeImmutableSessionFactory. getMetaDataFactory()ImmutableSessionMetaDataFactory<MV>ImmutableSessionFactory. getMetaDataFactory()Constructors in org.wildfly.clustering.web.cache.session with parameters of type ImmutableSessionMetaDataFactory Constructor Description CompositeImmutableSessionFactory(ImmutableSessionMetaDataFactory<CompositeSessionMetaDataEntry<L>> metaDataFactory, ImmutableSessionAttributesFactory<V> attributesFactory)
-