1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| {
| "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
|
|
| "MemoryCache": {
| "KeepTime": 30, //±£³Öʱ¼ä£¨·ÖÖÓ£©
| "RandomTime": 300, //Ëæ»úʱ¼ä£¨Ã룩
| "Level1": 300, //µÈ¼¶1£¨Ã룩
| "Level2": 240, //µÈ¼¶2£¨Ã룩
| "Level3": 180, //µÈ¼¶3£¨Ã룩
| "Level4": 120, //µÈ¼¶4£¨Ã룩
| "Level5": 60 //µÈ¼¶5£¨Ã룩
| }
|
| }
|
|