aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/resources/cacheConfig.json
blob: 93ee1cbdefa006cc4d5ae61ae65bc05d753c2735 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "a" : {
    "isActive": true,
    "expireAfterWriteHours": 6,
    "refreshAfterWriteSeconds": 9
  },
  "b" : {

  },
  "d" : {
    "isActive": false
  }
}