Interface SessionAttributesFactory<C,V>

Type Parameters:
C - the deployment context type
V - the marshalled value type
All Superinterfaces:
AutoCloseable, org.wildfly.clustering.cache.CacheEntryCreator<String,V,Void>, org.wildfly.clustering.cache.CacheEntryLocator<String,V>, org.wildfly.clustering.cache.CacheEntryRemover<String>, ImmutableSessionAttributesFactory<V>

public interface SessionAttributesFactory<C,V> extends ImmutableSessionAttributesFactory<V>, org.wildfly.clustering.cache.CacheEntryCreator<String,V,Void>, org.wildfly.clustering.cache.CacheEntryRemover<String>, AutoCloseable
Factory for creating a SessionAttributes object.
Author:
Paul Ferraro