How can I run a function every time cache is invalidated for a certain endpoint? #2990
Unanswered
LoyalPotato
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Not directly. What are you trying to accomplish? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
So basically, if I have an endpoint with some cached data and after the
keepUnusedDataFor
timer runs out and the cache is cleaned, is there a way for me to "listen" to whenever, before or after, the cache is deleted?Beta Was this translation helpful? Give feedback.
All reactions