Interface SessionCache
- All Known Implementing Classes:
AbstractSessionCache,ClientServerSessionCache,PeerToPeerSessionCache
public interface SessionCache
-
Method Summary
Modifier and TypeMethodDescriptionvoiddestroySession(String sessionId) getCache()booleanjakarta.servlet.http.HttpSessiongetSession(String sessionId) org.apache.geode.modules.session.catalina.internal.DeltaSessionStatisticsvoidbooleanbooleanbooleankeySet()voidputSession(org.apache.catalina.Session session) intsize()voidtouchSessions(Set<String> sessionIds)
-
Method Details
-
initialize
void initialize() -
getDefaultRegionAttributesId
String getDefaultRegionAttributesId() -
getDefaultEnableLocalCache
boolean getDefaultEnableLocalCache() -
getOperatingRegionName
String getOperatingRegionName() -
putSession
void putSession(org.apache.catalina.Session session) -
getSession
-
destroySession
-
touchSessions
-
getStatistics
org.apache.geode.modules.session.catalina.internal.DeltaSessionStatistics getStatistics() -
getCache
GemFireCache getCache() -
getSessionRegion
-
getOperatingRegion
-
isPeerToPeer
boolean isPeerToPeer() -
isClientServer
boolean isClientServer() -
keySet
-
size
int size() -
isBackingCacheAvailable
boolean isBackingCacheAvailable()
-