public interface SessionCache
| Modifier and Type | Method and Description |
|---|---|
void |
afterCompletion(String sessionId)
session同步完成之后的操作
|
String |
get(String key) |
boolean |
put(String key,
String value,
long timeout)
timeout 有效期(单位:秒)。
|
void |
remove(String key) |
Copyright © 2020. All rights reserved.