| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | | ######################################### |  | # Caffeine configuration |  | # [name] = size, xxxx[s|m|h|d] |  | ######################################### |  |   |  | default=1000, 30m |  | captchaCache=10000, 5m |  | tokenCache=10000, 1d |  | userCache=10000, 1d |  | deptCache=10000, 1d |  | sysDirectoryCache=10000, 1d |  | sysCache=10000, 7d |  | dataScopeCache=1000, 7d |  | activitiCache=1000, 7d |  | productCache=10000, 1d |  | configCache=10000, 1d | 
 |