perf:更新用户职位的时候,清除缓存
This commit is contained in:
@@ -68,11 +68,11 @@ public class TsCacheService {
|
||||
/**
|
||||
* 获取key
|
||||
*
|
||||
* @param pattern
|
||||
* @param prefix
|
||||
* @return
|
||||
*/
|
||||
public Set<String> keys(String pattern) {
|
||||
return tsCacheHandler.keys(pattern);
|
||||
public Set<String> keys(String prefix) {
|
||||
return tsCacheHandler.keys(prefix);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user