sorry if it is a stupid question.
edit:
i found it in docs.souin.io
Stale
The stale prefix configure the duration to keep the stale responses in the storage. (e.g.default_cache.stale
).
example:1d
TTL
The ttl prefix configure the duration to keep the fresh responses in the storage. (e.g.default_cache.ttl
).
example:10m
but my question now is, why keep stale response? in what condition does souin serve stale response?