aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/resources/cacheConfig.json
blob: 01836bd655dfb1d812057921d313c275cba78a71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "getTenants" : {
    "isActive": true,
    "expireAfterWriteHours": 24,
    "refreshAfterWriteSeconds": 300
  },
  "getServiceModelsByDistributionStatus" : {
    "isActive": true,
    "expireAfterWriteHours": 24,
    "refreshAfterWriteSeconds": 300
  },
  "getAllSubscribers" : {
    "isActive": true,
    "expireAfterWriteHours": 24,
    "refreshAfterWriteSeconds": 300
  }
}