diff options
Diffstat (limited to 'vid-app-common/src/test/resources/cacheConfig.json')
-rw-r--r-- | vid-app-common/src/test/resources/cacheConfig.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vid-app-common/src/test/resources/cacheConfig.json b/vid-app-common/src/test/resources/cacheConfig.json new file mode 100644 index 000000000..93ee1cbde --- /dev/null +++ b/vid-app-common/src/test/resources/cacheConfig.json @@ -0,0 +1,13 @@ +{ + "a" : { + "isActive": true, + "expireAfterWriteHours": 6, + "refreshAfterWriteSeconds": 9 + }, + "b" : { + + }, + "d" : { + "isActive": false + } +}
\ No newline at end of file |