Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cache per req.body variable #115

Open
mattou78400 opened this issue Aug 19, 2022 · 0 comments
Open

Cache per req.body variable #115

mattou78400 opened this issue Aug 19, 2022 · 0 comments

Comments

@mattou78400
Copy link

Hi,

I have a route that will send back one of two objects given what's sent in req.body.variable

That caching technique has been great for that same route when only one version of the object was returned, but I can't figure out how to make it work when the output depends on the input variable

What would be the correct way to do this?

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant