From 54e882b8b906adf1d071cb87ad416a6b1960442a Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 30 Aug 2019 12:35:52 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E5=A2=9E=E5=8A=A0=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E7=BC=93=E5=AD=98Key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Client/appsettings.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Bootstrap.Client/appsettings.json b/Bootstrap.Client/appsettings.json index aef8585e..b7bd59de 100644 --- a/Bootstrap.Client/appsettings.json +++ b/Bootstrap.Client/appsettings.json @@ -87,6 +87,27 @@ "SlidingExpiration": true, "Desc": "用户所有菜单数据缓存" }, + { + "Enabled": true, + "Key": "RoleHelper-RetrieveRoles", + "Interval": 600000, + "SlidingExpiration": true, + "Desc": "所有角色数据" + }, + { + "Enabled": true, + "Key": "GroupHelper-RetrieveGroups", + "Interval": 600000, + "SlidingExpiration": true, + "Desc": "所有部门数据" + }, + { + "Enabled": true, + "Key": "UserHelper-RetrieveUsers", + "Interval": 600000, + "SlidingExpiration": true, + "Desc": "所有用户数据" + }, { "Enabled": true, "Key": "GroupHelper-RetrieveGroupsByUserName",