Interface ImmutableSessionAttributesFactory<V>
- Type Parameters:
V- attributes cache entry type
- All Superinterfaces:
org.wildfly.clustering.cache.CacheEntryLocator<String,V>
- All Known Subinterfaces:
SessionAttributesFactory<C,V>
public interface ImmutableSessionAttributesFactory<V>
extends org.wildfly.clustering.cache.CacheEntryLocator<String,V>
Factory for creating a map of session attributes.
- Author:
- Paul Ferraro
-
Method Summary
Methods inherited from interface org.wildfly.clustering.cache.CacheEntryLocator
findValue, findValueAsync, tryValue, tryValueAsync
-
Method Details
-
createImmutableSessionAttributes
-