We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot find the easy way using cache with Eve framework. Redis for example. Is it possible to cache some resources being fetched by GET method?
The text was updated successfully, but these errors were encountered:
You can set cache_control and cache_expires on a global level or for each resource.
cache_control
cache_expires
Sorry, something went wrong.
Unfortunately these sets HTTP headers only but does not use server side cache.
You can take a look at LRU Cache
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
No branches or pull requests
Cannot find the easy way using cache with Eve framework. Redis for example.
Is it possible to cache some resources being fetched by GET method?
The text was updated successfully, but these errors were encountered: