Interface ImmutableSessionAttributesFactory<V>
-
- Type Parameters:
V- attributes cache entry type
- All Known Subinterfaces:
SessionAttributesFactory<C,V>
public interface ImmutableSessionAttributesFactory<V> extends Locator<String,V>
Factory for creatingImmutableSessionAttributesobjects.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImmutableSessionAttributescreateImmutableSessionAttributes(String id, V value)
-
-
-
Method Detail
-
createImmutableSessionAttributes
ImmutableSessionAttributes createImmutableSessionAttributes(String id, V value)
-
-