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

[wip] Full Query Caching #1570

Closed
wants to merge 5 commits into from
Closed

[wip] Full Query Caching #1570

wants to merge 5 commits into from

Conversation

evans
Copy link
Contributor

@evans evans commented Aug 24, 2018

This add full response caching. Currently there are plans for an improved request pipeline, so this is wip. Currently this full response caching only applies to http traffic.

It offers a separate public and private cache that can be configured with the cacheControl object. If no cache is specified, then the responses are stored in the default cache. Since caching is opt in, we don't have an easy way to disable the functionality besides creating a cache that always returns null for a get.

TODO:

  • Update CHANGELOG.md with your change (include reference to issue & this PR)
  • Documentation

@evans evans requested a review from zionts August 24, 2018 22:22
@ghost ghost added the ⛲️ feature New addition or enhancement to existing solutions label Aug 24, 2018
@suciuvlad
Copy link

Looking forward to this merge!

@evans evans closed this Sep 20, 2018
@evans evans deleted the evans/full-query branch September 20, 2018 16:57
@abernix abernix self-assigned this Sep 20, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
⛲️ feature New addition or enhancement to existing solutions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants