RuoYi
2021-07-31 93ee021b6e8a9e6b3bca12c2f35f6e3c68baef5a
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()