RuoYi
2021-09-26 30c89b33fefbec967e0913332b2f0018cb2b31ec
ruoyi-common/src/main/java/com/ruoyi/common/utils/DictUtils.java
@@ -152,6 +152,16 @@
    }
    /**
     * 删除指定字典缓存
     *
     * @param key 字典键
     */
    public static void removeDictCache(String key)
    {
        SpringUtils.getBean(RedisCache.class).deleteObject(getCacheKey(key));
    }
    /**
     * 清空字典缓存
     */
    public static void clearDictCache()