duandazhi
2021-07-28 dd70c1950ebb0090a95d156aa857ccdc991875a2
ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/utils/DictUtils.java
@@ -44,6 +44,16 @@
    }
    /**
     * 删除指定字典缓存
     *
     * @param key 字典键
     */
    public static void removeDictCache(String key)
    {
        SpringUtils.getBean(RedisService.class).deleteObject(getCacheKey(key));
    }
    /**
     * 清空字典缓存
     */
    public static void clearDictCache()