public interface SessionRepo
| Modifier and Type | Method and Description |
|---|---|
Session |
access(String sessionid,
Instant accessAt)
更新对应sessionId的最后访问时间
|
Session |
get(String sessionid)
查询对应sessionid的信息
|
Copyright © 2005–2018 The Beangle Software. All rights reserved.