From 7acd583b4c516bea464adc9969163a306e877491 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Tue, 2 Jul 2019 09:01:58 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20appsettings=E5=A2=9E=E5=8A=A0Groups?= =?UTF-8?q?=E7=BC=93=E5=AD=98=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Client/appsettings.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Bootstrap.Client/appsettings.json b/Bootstrap.Client/appsettings.json index 7c23ca28..6738d6ee 100644 --- a/Bootstrap.Client/appsettings.json +++ b/Bootstrap.Client/appsettings.json @@ -77,6 +77,13 @@ "Interval": 600000, "SlidingExpiration": true, "Desc": "用户所有菜单数据缓存" + }, + { + "Enabled": true, + "Key": "GroupHelper-RetrieveGroupsByUserName", + "Interval": 600000, + "SlidingExpiration": true, + "Desc": "指定用户组数据缓存" } ] }