Uses of Interface
com.aspectran.core.component.session.SessionCache
-
Packages that use SessionCache Package Description com.aspectran.core.component.session Session Management Implementations -
-
Uses of SessionCache in com.aspectran.core.component.session
Classes in com.aspectran.core.component.session that implement SessionCache Modifier and Type Class Description class
AbstractSessionCache
A base implementation of theSessionCache
interface for managing a set of Session objects pertaining to a context in memory.class
DefaultSessionCache
Implementation ofSessionCache
.Methods in com.aspectran.core.component.session that return SessionCache Modifier and Type Method Description SessionCache
AbstractSessionHandler. getSessionCache()
SessionCache
SessionHandler. getSessionCache()
Methods in com.aspectran.core.component.session with parameters of type SessionCache Modifier and Type Method Description protected void
AbstractSessionHandler. setSessionCache(SessionCache sessionCache)
-