发布 2.2.1

This commit is contained in:
疯狂的狮子li
2021-05-29 19:14:45 +08:00
parent a570589dcc
commit e523764b0f
24 changed files with 668 additions and 511 deletions

View File

@@ -155,6 +155,16 @@ public class DictUtils
return StrUtil.strip(propertyString.toString(), null, separator);
}
/**
* 删除指定字典缓存
*
* @param key 字典键
*/
public static void removeDictCache(String key)
{
SpringUtils.getBean(RedisCache.class).deleteObject(getCacheKey(key));
}
/**
* 清空字典缓存
*/