You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have tried to use the existing options to allow for refreshing a cached endpoint output but haven't really succeeded in doing so. I would suggest adding a simple refresh option to the existing ones to allow for forcing a given endpoint to refresh its original state and store it for future requests. Here's an example usage:
Describe the feature
I have tried to use the existing options to allow for refreshing a cached endpoint output but haven't really succeeded in doing so. I would suggest adding a simple
refresh
option to the existing ones to allow for forcing a given endpoint to refresh its original state and store it for future requests. Here's an example usage:/api/foo => cache initial value
3
/api/foo?refresh=true => renew cache
4
/api/foo => use latest cache
4
Additional information
The text was updated successfully, but these errors were encountered: