RuoYi
2021-10-16 d8da1b796c0bc63c917ce7ece9f2a4da2325b394
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.ruoyi.common.core.constant;
 
/**
 * 缓存的key 常量
 * 
 * @author ruoyi
 */
public class CacheConstants
{
    /**
     * 权限缓存前缀
     */
    public final static String LOGIN_TOKEN_KEY = "login_tokens:";
}