From 854ec1d4eb2cc13512d58f4fc0144bb88343c058 Mon Sep 17 00:00:00 2001 From: Argo-MacBookPro Date: Wed, 12 Sep 2018 01:43:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=EF=BC=9A?= =?UTF-8?q?=E6=A0=B9=E6=8D=AE=E6=9C=80=E6=96=B0=E7=89=88Bootstrap.Security?= =?UTF-8?q?.Mvc=E7=A7=BB=E9=99=A4=E4=B8=A4=E4=B8=AA=E7=BC=93=E5=AD=98Key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/appsettings.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/Bootstrap.Admin/appsettings.json b/Bootstrap.Admin/appsettings.json index c1a2726f..c0fd8549 100644 --- a/Bootstrap.Admin/appsettings.json +++ b/Bootstrap.Admin/appsettings.json @@ -54,13 +54,6 @@ "SlidingExpiration": true, "Desc": "通过菜单获得所有角色数据" }, - { - "Enabled": true, - "Key": "BootstrapAdminGroupMiddleware-RetrieveGroups", - "Interval": 600, - "SlidingExpiration": true, - "Desc": "所有组数据缓存" - }, { "Enabled": true, "Key": "BootstrapAdminGroupMiddleware-RetrieveGroupsByUserName", @@ -68,13 +61,6 @@ "SlidingExpiration": true, "Desc": "指定用户所有组数据缓存" }, - { - "Enabled": true, - "Key": "BootstrapAdminRoleMiddleware-RetrieveRoles", - "Interval": 600, - "SlidingExpiration": true, - "Desc": "所有角色数据缓存" - }, { "Enabled": true, "Key": "BootstrapAdminRoleMiddleware-RetrieveRolesByUserName",