Merge from ECOMP's repository
[vid.git] / vid-app-common / src / main / resources / cacheConfig.json
1 {
2   "getTenants" : {
3     "isActive": true,
4     "expireAfterWriteHours": 24,
5     "refreshAfterWriteSeconds": 300
6   },
7   "getServiceModelsByDistributionStatus" : {
8     "isActive": true,
9     "expireAfterWriteHours": 24,
10     "refreshAfterWriteSeconds": 300
11   },
12   "getAllSubscribers" : {
13     "isActive": true,
14     "expireAfterWriteHours": 24,
15     "refreshAfterWriteSeconds": 300
16   }
17 }