package com.ruoyi.common.core.constant; /** * 缓存的key 常量 * * @author ruoyi */ public class CacheConstants { /** * 权限缓存前缀 */ public final static String LOGIN_TOKEN_KEY = "login_tokens:"; }