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

Q: eve and caching #1418

Open
LovingFox opened this issue Oct 25, 2020 · 4 comments
Open

Q: eve and caching #1418

LovingFox opened this issue Oct 25, 2020 · 4 comments
Labels

Comments

@LovingFox
Copy link

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?

@xibriz
Copy link

xibriz commented Oct 30, 2020

You can set cache_control and cache_expires on a global level or for each resource.

@LovingFox
Copy link
Author

You can set cache_control and cache_expires on a global level or for each resource.

Unfortunately these sets HTTP headers only but does not use server side cache.

@yuregir
Copy link

yuregir commented Jan 15, 2021

You can take a look at LRU Cache

@stale
Copy link

stale bot commented Apr 16, 2022

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.

@stale stale bot added the stale label Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants