Interface ImmutableSessionFactory<MV,AV>

All Superinterfaces:
org.wildfly.clustering.cache.BiLocator<String,MV,AV>, org.wildfly.clustering.cache.Locator<String,Map.Entry<MV,AV>>
All Known Subinterfaces:
SessionFactory<C,MV,AV,SC>
All Known Implementing Classes:
CompositeImmutableSessionFactory, CompositeSessionFactory

public interface ImmutableSessionFactory<MV,AV> extends org.wildfly.clustering.cache.BiLocator<String,MV,AV>
Factory for creating an ImmutableSession.
Author:
Paul Ferraro