Skip to content

Conversation

@wilsonneto-swe
Copy link

@wilsonneto-swe wilsonneto-swe commented Nov 27, 2024

Fixes #34250

  • Added a note indicating that removing cache entries by tag is still under development and is currently non-functional.

  • Clarified that cache invalidation by key or tags affects only the current node and secondary storage, but not other nodes' in-memory cache.


Internal previews

📄 File 🔗 Preview link
aspnetcore/performance/caching/hybrid.md HybridCache library in ASP.NET Core

- Added a note indicating that removing cache entries by tag is still under development and is currently non-functional.

- Clarified that cache invalidation by key or tags affects only the current node and secondary storage, but not other nodes' in-memory cache.
Ask Copilot
Copy link
Contributor

@tdykstra tdykstra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @wilsonneto-dev, a couple suggestions for you to take, and then this is approved.

@wilsonneto-swe
Copy link
Author

Thanks, @wilsonneto-dev, a couple suggestions for you to take, and then this is approved.

Great! Sure thing; the suggestions have been accepted.
Thank you very much for the review and text improvements! :)

@tdykstra tdykstra merged commit 137d275 into dotnet:main Dec 1, 2024
3 checks passed
Copy link
Contributor

@mgravell mgravell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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.

Hybrid cache notes re: tags and cache invalidation

3 participants