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

Caching #3

Open
jaredsmithse opened this issue Jun 2, 2019 · 0 comments
Open

Caching #3

jaredsmithse opened this issue Jun 2, 2019 · 0 comments

Comments

@jaredsmithse
Copy link
Owner

We should have some internal data tree to cache all of the responses for INDEX requests so that if a user makes that call and then a GET/Show request that we already have, we just return that.

This would need to have some kind of expiration tracking and invalidation marking for when we make a PUT/POST request. Also will need to make available a force option and to update the internal data when we make DELETE requests.

This should be able to be turned off, and maybe disabled by default?

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