aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/resources/cacheConfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/main/resources/cacheConfig.json')
-rw-r--r--vid-app-common/src/main/resources/cacheConfig.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vid-app-common/src/main/resources/cacheConfig.json b/vid-app-common/src/main/resources/cacheConfig.json
new file mode 100644
index 000000000..01836bd65
--- /dev/null
+++ b/vid-app-common/src/main/resources/cacheConfig.json
@@ -0,0 +1,17 @@
+{
+ "getTenants" : {
+ "isActive": true,
+ "expireAfterWriteHours": 24,
+ "refreshAfterWriteSeconds": 300
+ },
+ "getServiceModelsByDistributionStatus" : {
+ "isActive": true,
+ "expireAfterWriteHours": 24,
+ "refreshAfterWriteSeconds": 300
+ },
+ "getAllSubscribers" : {
+ "isActive": true,
+ "expireAfterWriteHours": 24,
+ "refreshAfterWriteSeconds": 300
+ }
+} \ No newline at end of file