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

Implement full caching #57

Open
erichartline opened this issue Feb 10, 2020 · 0 comments
Open

Implement full caching #57

erichartline opened this issue Feb 10, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@erichartline
Copy link
Contributor

Set key-value for caching. Write a middleware that will check for mutations. If incoming request is a mutation, then take the corresponding query and remove it from the cache. For example, if a strain is updated with a mutation, then the results of a query for that strain ID should be removed from the cache and replaced with the updated version.

@erichartline erichartline added the enhancement New feature or request label Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant