Uses of Interface
com.aspectran.core.component.session.SessionStore
-
Packages that use SessionStore Package Description com.aspectran.core.component.session Session Management Implementations -
-
Uses of SessionStore in com.aspectran.core.component.session
Classes in com.aspectran.core.component.session that implement SessionStore Modifier and Type Class Description classAbstractSessionStoreCreated: 2017.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 clustered)DefaultSessionCache(SessionHandler sessionHandler, SessionStore sessionStore, boolean clustered)
-