Add removeItems(pattern) for regex-based granular cache invalidation#48
Merged
Conversation
Closed
Agent-Logs-Url: https://github.com/voku/simple-cache/sessions/2bea2123-8dde-4206-9d66-90252657e715 Co-authored-by: voku <264695+voku@users.noreply.github.com>
Agent-Logs-Url: https://github.com/voku/simple-cache/sessions/2bea2123-8dde-4206-9d66-90252657e715 Co-authored-by: voku <264695+voku@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add removeThose function for regex based cache invalidation
Add Apr 23, 2026
removeItems(pattern) for regex-based granular cache invalidation
…luding file-based ones Agent-Logs-Url: https://github.com/voku/simple-cache/sessions/fc67b1f9-b013-4989-b66b-c27cc43b427c Co-authored-by: voku <264695+voku@users.noreply.github.com>
…licitly document registry keys in tests Agent-Logs-Url: https://github.com/voku/simple-cache/sessions/fc67b1f9-b013-4989-b66b-c27cc43b427c Co-authored-by: voku <264695+voku@users.noreply.github.com>
… (serializer-agnostic) Agent-Logs-Url: https://github.com/voku/simple-cache/sessions/ef52a16f-e1ae-4b1d-9140-11b192af7e33 Co-authored-by: voku <264695+voku@users.noreply.github.com>
…, CacheChain, Cache accessors Agent-Logs-Url: https://github.com/voku/simple-cache/sessions/56b7f764-8570-47ac-be45-a8eb8262b316 Co-authored-by: voku <264695+voku@users.noreply.github.com>
Apply fixes from StyleCI
…rMemcache, AdapterXcache Agent-Logs-Url: https://github.com/voku/simple-cache/sessions/27bb5fa7-f524-45c8-9687-3bf86173f331 Co-authored-by: voku <264695+voku@users.noreply.github.com>
|
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.


This change is