refactor: 移除不用的缓存配置项

This commit is contained in:
Argo Zhang 2019-05-02 00:04:06 +08:00
parent d18a745e93
commit 843352d685
1 changed files with 0 additions and 28 deletions

View File

@ -220,13 +220,6 @@
"SlidingExpiration": true,
"Desc": "字典分类数据"
},
{
"Enabled": true,
"Key": "NotificationHelper-RetrieveNotifications",
"Interval": 600000,
"SlidingExpiration": true,
"Desc": "通知管理数据"
},
{
"Enabled": true,
"Key": "ExceptionHelper-RetrieveExceptions",
@ -247,27 +240,6 @@
"Interval": 600000,
"SlidingExpiration": true,
"Desc": "所有任务数据"
},
{
"Enabled": true,
"Key": "WebApi",
"Interval": 21600000,
"SlidingExpiration": true,
"Desc": "WebApi 数据"
},
{
"Enabled": true,
"Key": "Token",
"Interval": 21600000,
"SlidingExpiration": true,
"Desc": "Token 数据"
},
{
"Enabled": true,
"Key": "NotificationHelper-PullNotificationsInterval",
"Interval": 10000,
"SlidingExpiration": false,
"Desc": "全局消息提示轮询时间间隔"
}
]
}