From 1bc561afbf32f6bcb02fff15576c6d23b84933d8 Mon Sep 17 00:00:00 2001 From: lollerfirst Date: Sun, 24 Nov 2024 18:52:34 +0100 Subject: [PATCH] cached indefinetely --- XX.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/XX.md b/XX.md index 9d1c757..d1d1014 100644 --- a/XX.md +++ b/XX.md @@ -53,8 +53,10 @@ The entry must be structured as follows: } ``` -Where `ttl` is the amount of seconds the responses are cached for and `"cached_endpoints"` is a list of the routes for which caching is enabled. -`"path"` and `"method"` describe respectively the cached route and its method. +Where `ttl` is the amount of seconds the responses are cached for and `cached_endpoints` is a list of the routes for which caching is enabled. +`path` and `method` describe respectively the cached route and its method. + +if `ttl` is set to 0, then the responses are to be considered cached *indefinetely* ## Example