- Type Parameters:
V - the cache value type
D - the deployment identifier type
S - the session identifier type
- All Superinterfaces:
org.wildfly.clustering.cache.CacheEntryCreator<String,V,Void>, org.wildfly.clustering.cache.CacheEntryLocator<String,V>, org.wildfly.clustering.cache.CacheEntryRemover<String>
-
Method Summary
org.wildfly.clustering.session.user.UserSessions<D,S>
Creates user sessions from the specified cache value.
Methods inherited from interface org.wildfly.clustering.cache.CacheEntryCreator
createValue, createValueAsync
Methods inherited from interface org.wildfly.clustering.cache.CacheEntryLocator
findValue, findValueAsync, tryValue, tryValueAsync
Methods inherited from interface org.wildfly.clustering.cache.CacheEntryRemover
purge, purgeAsync, remove, removeAsync