Skip to content

Clarify HybridCache stampede protection scope - #55180

Merged
gewarren merged 2 commits into
dotnet:mainfrom
svick:clarify-hybridcache-stampede-protection
Jul 30, 2026
Merged

Clarify HybridCache stampede protection scope#55180
gewarren merged 2 commits into
dotnet:mainfrom
svick:clarify-hybridcache-stampede-protection

Conversation

@svick

@svick svick commented Jul 29, 2026

Copy link
Copy Markdown
Member

Summary

Clarifies that HybridCache stampede protection coordinates callers using the same HybridCache instance, including when multiple instances share a distributed cache.

Related to dotnet/extensions#6759.

Companion to dotnet/AspNetCore.Docs#37395.


Internal previews

File Preview link
docs/core/extensions/caching.md docs/core/extensions/caching

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings July 29, 2026 16:04
@dotnetrepoman dotnetrepoman Bot added this to the July 2026 milestone Jul 29, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR clarifies the scope of HybridCache stampede protection in the .NET caching documentation so readers understand that coordination occurs per HybridCache instance (not across multiple instances that share the same distributed cache).

Changes:

  • Updated ms.date to reflect the documentation edit date.
  • Clarified the “Stampede protection” bullet to specify that stampede coordination is limited to callers using the same HybridCache instance.

Comment thread docs/core/extensions/caching.md Outdated
Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
@svick
svick requested a review from gewarren July 30, 2026 10:18
@gewarren
gewarren merged commit 1be1d57 into dotnet:main Jul 30, 2026
10 checks passed
@svick
svick deleted the clarify-hybridcache-stampede-protection branch July 30, 2026 16:22
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.

3 participants