Interface UserSessionsFactory<V,D,S>
- All Superinterfaces:
CacheEntryCreator<String,,V, Void> CacheEntryLocator<String,,V> CacheEntryRemover<String>
- All Known Implementing Classes:
HotRodUserSessionsFactory,InfinispanUserSessionsFactory
public interface UserSessionsFactory<V,D,S>
extends CacheEntryCreator<String,V,Void>, CacheEntryLocator<String,V>, CacheEntryRemover<String>
-
Method Summary
Methods inherited from interface org.wildfly.clustering.cache.CacheEntryCreator
createValue, createValueAsyncMethods inherited from interface org.wildfly.clustering.cache.CacheEntryLocator
findValue, findValueAsync, tryValue, tryValueAsyncMethods inherited from interface org.wildfly.clustering.cache.CacheEntryRemover
purge, purgeAsync, remove, removeAsync
-
Method Details
-
createUserSessions
-