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 classAbstractSessionCacheA base implementation of theSessionCacheinterface for managing a set of Session objects pertaining to a context in memory.classDefaultSessionCacheImplementation ofSessionCache.Methods in com.aspectran.core.component.session that return SessionCache Modifier and Type Method Description SessionCacheAbstractSessionHandler. getSessionCache()SessionCacheSessionHandler. getSessionCache()Methods in com.aspectran.core.component.session with parameters of type SessionCache Modifier and Type Method Description protected voidAbstractSessionHandler. setSessionCache(SessionCache sessionCache)
-