Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a cache invalidation guide covering API and dashboard workflows, origin revalidation, stale-content behavior, Cache Reserve, environment scope, limits, and verification. Links the guide from the existing purge and revalidation pages, updates the Cache Reserve purge explanation, and includes a draft changelog.
The guide follows the documentation style guide and canonical
cache/guides/structure, with MDX frontmatter, root-relative links, and theStepsandDashButtoncomponents. Background: Purge cache and Revalidation.Draft for review — hold from merging until launch readiness is confirmed. Before merging:
API examples use explicit
curlrequests while the invalidation schema publication is pending. Reassess theAPIRequestcomponent once the public schema contains these endpoints.Validation
git diff --check: passed.pnpm run format: passed; no unrelated tracked files changed.pnpm run check:worker: passed.pnpm run check: blocked by four TypeScript errors in generatedskills/turnstile-spin/templates/worker/examples (ExportedHandlerandFetcherare unresolved), outside this diff.pnpm run build: emitted the new guide HTML, but exceeded the ten-minute local command timeout before final completion. A full successful build is not yet confirmed.Screenshots (optional)
Review the deploy preview at
/cache/guides/invalidate-cache/before marking this PR ready.Documentation checklist