Invalidate cache when working on the endpoint #1869
Unanswered
Barbapapazes
asked this question in
Q&A
Replies: 1 comment
-
By default, we use the integrity of the cached handler and invalidate cache entries when the (handler code) changes. You can also manually provide a custom integrity or use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Once a cache route rules is set on an endpoint, returned content is cached using file system. But, if you work on the endpoint, changing code, updated the returned content, the cache is still used which is annoying. Couldn't be possible to invalidate (or remove the cached content) when the endpoint is saved?
Beta Was this translation helpful? Give feedback.
All reactions