public interface SessionCache
Configuration.setSessionCacheClass(java.lang.Class<?>)
Modifier and Type | Method and Description |
---|---|
void |
destroy(WebApp wapp)
Destroys the session cache
|
Session |
get(java.lang.Object navsess)
Retrieves a ZK session from the cache, or null if the ZK session
is not stored.
|
void |
init(WebApp wapp)
Initializes the session cache.
|
void |
put(Session sess)
Puts a ZK session to the cache.
|
void |
remove(Session sess)
Removes the ZK session from the cache.
|
void init(WebApp wapp)
void destroy(WebApp wapp)
void put(Session sess)
Session.getNativeSession()
.sess
- the ZK session.Session get(java.lang.Object navsess)
void remove(Session sess)
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.