Commit f73c9c8f authored by 闲.大赋's avatar 闲.大赋 Committed by Gitee
Browse files

!32 修复字典缓存无法正常清空的问题

Merge pull request !32 from feibai/master
parents 42466f7a 5762e9a7
...@@ -381,7 +381,7 @@ public class CorePlatformService { ...@@ -381,7 +381,7 @@ public class CorePlatformService {
//没有做任何事情,交给spring cache来处理了 //没有做任何事情,交给spring cache来处理了
} }
@CacheEvict(cacheNames = {CorePlatformService.DICT_CACHE_SAME_LEVEL,CorePlatformService.DICT_CACHE_TYPE,CorePlatformService.DICT_CACHE_VALUE}, allEntries = true) @CacheEvict(cacheNames = {CorePlatformService.DICT_CACHE_CHILDREN,CorePlatformService.DICT_CACHE_SAME_LEVEL,CorePlatformService.DICT_CACHE_TYPE,CorePlatformService.DICT_CACHE_VALUE}, allEntries = true)
public void clearDictCache() { public void clearDictCache() {
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment