package com.ruoyi.common.core.constant; /** * 缓存的key 常量 * * @author ruoyi */ public class CacheConstants { /** * oauth 缓存前缀 */ public static final String OAUTH_ACCESS = "oauth:access:"; /** * oauth 客户端信息 */ public static final String CLIENT_DETAILS_KEY = "oauth:client:details"; }