退出登录清理缓存

This commit is contained in:
RuoYi
2019-06-05 19:02:07 +08:00
parent f96aeca790
commit f2b69c99e6
5 changed files with 43 additions and 7 deletions

View File

@ -61,4 +61,14 @@ public interface ShiroConstants
* 验证码错误
*/
public static final String CAPTCHA_ERROR = "captchaError";
/**
* 登录记录缓存
*/
public static final String LOGINRECORDCACHE = "loginRecordCache";
/**
* 系统活跃用户缓存
*/
public static final String SYS_USERCACHE = "sys-userCache";
}