Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
Springboot Plus
Commits
f73c9c8f
Commit
f73c9c8f
authored
Jun 20, 2019
by
闲.大赋
Committed by
Gitee
Jun 20, 2019
Browse files
!32 修复字典缓存无法正常清空的问题
Merge pull request !32 from feibai/master
parents
42466f7a
5762e9a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
admin-core/src/main/java/com/ibeetl/admin/core/service/CorePlatformService.java
View file @
f73c9c8f
...
...
@@ -381,7 +381,7 @@ public class CorePlatformService {
//没有做任何事情,交给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
()
{
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment