xiangpei
2024-07-10 182c1cde1f4507d12eb4b6b1a4ffd24a2be6c93b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.ycl.jxkg.constants;
 
/**
 * Caffeine存储的key前缀
 *
 * @author:xp
 * @date:2024/7/10 11:36
 */
public class CaffeineConstant {
 
    /**
     * 认证信息前缀
     *
     */
    public final static String AUTH = "AUTH";
 
}