public interface SessionDataCache
| Modifier and Type | Method and Description |
|---|---|
SessionData |
get(String key)
Retrieves the SessionData stored under the specified key
|
void |
put(String key,
SessionData sessionData)
Stores the SessionData under the specified key
|
void |
remove(String key)
Removes the SessionData stored under the specified key
|
void put(String key, SessionData sessionData)
key - the key under which the SessionData should be storedsessionData - the SessionData to storeSessionData get(String key)
key - the keyvoid remove(String key)
key - the keyCopyright © 2023 Atlassian. All rights reserved.