Uses of Interface
com.aspectran.core.component.session.SessionStore
-
Packages that use SessionStore Package Description com.aspectran.core.component.session Session Management Implementationscom.aspectran.core.component.session.redis.lettuce Package containing a Redis session store implementation using Lettuce as a client.com.aspectran.core.component.session.redis.lettuce.cluster com.aspectran.core.component.session.redis.lettuce.masterreplica -
-
Uses of SessionStore in com.aspectran.core.component.session
Classes in com.aspectran.core.component.session that implement SessionStore Modifier and Type Class Description classAbstractSessionStoreAbstract Implementation for SessionStore.classFileSessionStoreA file-based store of session data.Methods in com.aspectran.core.component.session that return SessionStore Modifier and Type Method Description protected SessionStoreAbstractSessionCache. getSessionStore()SessionStoreFileSessionStoreFactory. getSessionStore()SessionStoreSessionStoreFactory. getSessionStore()Constructors in com.aspectran.core.component.session with parameters of type SessionStore Constructor Description AbstractSessionCache(SessionHandler sessionHandler, SessionStore sessionStore, boolean clusterEnabled)DefaultSessionCache(SessionHandler sessionHandler, SessionStore sessionStore, boolean clusterEnabled) -
Uses of SessionStore in com.aspectran.core.component.session.redis.lettuce
Classes in com.aspectran.core.component.session.redis.lettuce that implement SessionStore Modifier and Type Class Description classAbstractLettuceSessionStoreA Redis-based session store using Lettuce as the client.classDefaultLettuceSessionStoreA Redis-based session store using Lettuce as the client.Methods in com.aspectran.core.component.session.redis.lettuce that return SessionStore Modifier and Type Method Description SessionStoreDefaultLettuceSessionStoreFactory. getSessionStore() -
Uses of SessionStore in com.aspectran.core.component.session.redis.lettuce.cluster
Classes in com.aspectran.core.component.session.redis.lettuce.cluster that implement SessionStore Modifier and Type Class Description classClusterLettuceSessionStoreA Redis-based session store using Lettuce as the client.Methods in com.aspectran.core.component.session.redis.lettuce.cluster that return SessionStore Modifier and Type Method Description SessionStoreClusterLettuceSessionStoreFactory. getSessionStore() -
Uses of SessionStore in com.aspectran.core.component.session.redis.lettuce.masterreplica
Classes in com.aspectran.core.component.session.redis.lettuce.masterreplica that implement SessionStore Modifier and Type Class Description classMasterReplicaLettuceSessionStoreA Redis-based session store using Lettuce as the client.Methods in com.aspectran.core.component.session.redis.lettuce.masterreplica that return SessionStore Modifier and Type Method Description SessionStoreMasterReplicaLettuceSessionStoreFactory. getSessionStore()
-