Interface ImmutableSessionMetaDataFactory<V>
- Type Parameters:
V- the cache value type
- All Superinterfaces:
org.wildfly.clustering.cache.CacheEntryLocator<String,V>
- All Known Subinterfaces:
SessionMetaDataFactory<V>
public interface ImmutableSessionMetaDataFactory<V>
extends org.wildfly.clustering.cache.CacheEntryLocator<String,V>
Factory for immutable session metadata.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.wildfly.clustering.session.ImmutableSessionMetaDatacreateImmutableSessionMetaData(String id, V value) Methods inherited from interface org.wildfly.clustering.cache.CacheEntryLocator
findValue, findValueAsync, tryValue, tryValueAsync
-
Method Details
-
createImmutableSessionMetaData
-