mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	remove 删除无用缓存key
This commit is contained in:
		@@ -33,7 +33,6 @@ public class CacheController {
 | 
			
		||||
    private final static List<SysCache> CACHES = new ArrayList<>();
 | 
			
		||||
 | 
			
		||||
    static {
 | 
			
		||||
        CACHES.add(new SysCache(CacheConstants.LOGIN_TOKEN_KEY, "用户信息"));
 | 
			
		||||
        CACHES.add(new SysCache(CacheConstants.ONLINE_TOKEN_KEY, "在线用户"));
 | 
			
		||||
        CACHES.add(new SysCache(CacheNames.SYS_CONFIG, "配置信息"));
 | 
			
		||||
        CACHES.add(new SysCache(CacheNames.SYS_DICT, "数据字典"));
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user