{
  "$schema" : "https://json-schema.org/draft/2019-09/schema",
  "type" : "object",
  "properties" : {
    "InvalidationInterval" : {
      "type" : "integer",
      "description" : "Invalidate data cache groups and entries.\nChecks if the lifetime of caches has ended and invalidates them.\nYou can set the delay in milliseconds between each check.\nThis delay has to be greater than 0."
    }
  },
  "additionalProperties" : false
}
