mirror of
https://github.com/dataease/dataease.git
synced 2026-05-20 19:48:18 +08:00
refactor(仪表板): 隐藏组件测试
This commit is contained in:
@@ -93,7 +93,9 @@ public class DefaultCacheImpl implements DECacheService {
|
||||
@Override
|
||||
public void keyRemove(String cacheName, String key) {
|
||||
Cache<Object, Object> cache = cacheManager.getCache(cacheName);
|
||||
cache.remove(key);
|
||||
if(cache != null){
|
||||
cache.remove(key);
|
||||
}
|
||||
}
|
||||
|
||||
@PostConstruct
|
||||
|
||||
Reference in New Issue
Block a user