doc: appsettings增加Groups缓存配置项
This commit is contained in:
parent
0c1299e9ea
commit
7acd583b4c
|
@ -77,6 +77,13 @@
|
||||||
"Interval": 600000,
|
"Interval": 600000,
|
||||||
"SlidingExpiration": true,
|
"SlidingExpiration": true,
|
||||||
"Desc": "用户所有菜单数据缓存"
|
"Desc": "用户所有菜单数据缓存"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Enabled": true,
|
||||||
|
"Key": "GroupHelper-RetrieveGroupsByUserName",
|
||||||
|
"Interval": 600000,
|
||||||
|
"SlidingExpiration": true,
|
||||||
|
"Desc": "指定用户组数据缓存"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue