Skip to content

Implement PURGE by URL#9

Merged
roboshyim merged 1 commit into
masterfrom
feat/purge-by-url
Jan 31, 2026
Merged

Implement PURGE by URL#9
roboshyim merged 1 commit into
masterfrom
feat/purge-by-url

Conversation

@roboshyim

Copy link
Copy Markdown
Owner

Implements PURGE without xkey by adding a URL -> keys index in the disk store.

  • Stores normalized URL in meta
  • Maintains sled index: url:<normalized_url> -> set of cache keys
  • PURGE /path deletes all variants stored for that URL

Closes #2.

@roboshyim roboshyim merged commit c043d04 into master Jan 31, 2026
2 checks passed
@roboshyim roboshyim deleted the feat/purge-by-url branch January 31, 2026 10:16
This was referenced Jan 31, 2026
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

Successfully merging this pull request may close these issues.

Implement PURGE by URL (incl. variants)

1 participant