Interface ImmutableSessionMetaDataFactory<V>
- Type Parameters:
V- the cache value type
- All Superinterfaces:
CacheEntryLocator<String,V>
- All Known Subinterfaces:
SessionMetaDataFactory<V>
- All Known Implementing Classes:
HotRodSessionMetaDataFactory, InfinispanSessionMetaDataFactory
Factory for immutable session metadata.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptioncreateImmutableSessionMetaData(String id, V value) Creates immutable session metadata for the specified identifier and cache entry.Methods inherited from interface CacheEntryLocator
findValue, findValueAsync, tryValue, tryValueAsync
-
Method Details
-
createImmutableSessionMetaData
Creates immutable session metadata for the specified identifier and cache entry.- Parameters:
id- the identifier of a sessionvalue- the cache value of the session- Returns:
- immutable session metadata for the specified identifier and cache entry.
-