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

DDST-728: Add in no-cache cache control directive. #13

Merged
merged 4 commits into from
Nov 26, 2024

Conversation

adam-vessey
Copy link
Contributor

Something of a trade off between access control responsiveness and server processing load.

Something of a trade off between access control responsiveness and
server processing load.
@adam-vessey adam-vessey added the minor Added functionality that is backwards compatible. label Nov 12, 2024
Counter-intuitively, `must-revalidate` only takes effect after a response becomes
stale, while `no-cache` allows the storage/use of cached values after
revalidating them, independent of staleness.
@adam-vessey adam-vessey changed the title DDST-728: Add in must-revalidate cache control directive. DDST-728: Add in no-cache cache control directive. Nov 12, 2024
@adam-vessey adam-vessey marked this pull request as ready for review November 14, 2024 16:37
@nchiasson-dgi nchiasson-dgi merged commit 8c2ca57 into main Nov 26, 2024
1 check passed
@nchiasson-dgi nchiasson-dgi deleted the feature/cache-revalidation branch November 26, 2024 17:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Added functionality that is backwards compatible.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants