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

feature request: allow more granular control over routes caching #87

Open
traffisco opened this issue Dec 21, 2020 · 0 comments
Open

feature request: allow more granular control over routes caching #87

traffisco opened this issue Dec 21, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@traffisco
Copy link
Contributor

Currently, the cache key is made of the requested URL and the build version.
Any small modification in the code will result in cache invalidation.
For example, a minor change in a file in the api folder will invalidate all the cached pages unnecessarily.
This have heavy implications if "expensive" API calls were used.

Thanks
Vadim

@jplhomer jplhomer added the enhancement New feature or request label Dec 21, 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

2 participants