Replies: 1 comment
-
You will have to find a way to know what the cache key (param) is. One workaround is to go through the cache object and matching with a regexp. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Take below codes for example:
How can I take request data from the cache since the
params
of the request is dynamic, hence is not able to serialize intoKey
s?Beta Was this translation helpful? Give feedback.
All reactions