From 28c75232236d771ad4fbc3bf28d98ca1f8789526 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Thu, 12 Mar 2020 10:42:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(#I1BFCB):=20=20=E5=A2=9E=E5=8A=A0=E5=89=8D?= =?UTF-8?q?=E5=8F=B0=E5=BA=94=E7=94=A8=E5=90=8E=E7=AE=A1=E7=90=86=E5=91=98?= =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E4=B8=AD=E5=BF=83=E4=B8=8D=E5=8F=AF=E8=A7=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #Comment comment #I1BFCB #Issue close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I1BFCB --- src/admin/Bootstrap.DataAccess/CacheCleanUtility.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/admin/Bootstrap.DataAccess/CacheCleanUtility.cs b/src/admin/Bootstrap.DataAccess/CacheCleanUtility.cs index 3f34ce75..df73d730 100644 --- a/src/admin/Bootstrap.DataAccess/CacheCleanUtility.cs +++ b/src/admin/Bootstrap.DataAccess/CacheCleanUtility.cs @@ -90,9 +90,11 @@ namespace Bootstrap.DataAccess } if (dictIds != null) { - cacheKeys.Add(DictHelper.RetrieveDictsDataKey + "*"); + cacheKeys.Add(AppHelper.RetrieveAppsByUserNameDataKey + "*"); + cacheKeys.Add(DictHelper.RetrieveDictsDataKey); cacheKeys.Add(DictHelper.RetrieveCategoryDataKey); - corsKeys.Add(DictHelper.RetrieveDictsDataKey + "*"); + corsKeys.Add(DictHelper.RetrieveDictsDataKey); + corsKeys.Add(AppHelper.RetrieveAppsByUserNameDataKey + "*"); } if (cacheKey != null) {