-
Notifications
You must be signed in to change notification settings - Fork 5k
HybridCache: add net10 HybridCache zero-alloc fetch API #114427
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Note regarding the
|
1 similar comment
Note regarding the
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
Files not reviewed (1)
- src/libraries/Microsoft.Extensions.Caching.Abstractions/ref/Microsoft.Extensions.Caching.Abstractions.csproj: Language not supported
Tagging subscribers to this area: @dotnet/area-extensions-caching |
src/libraries/Microsoft.Extensions.Caching.Abstractions/src/Hybrid/HybridCache.cs
Outdated
Show resolved
Hide resolved
…brid/HybridCache.cs Co-authored-by: Theodore Tsirpanis <teo@tsirpanis.gr>
a19567b
to
2870aa2
Compare
implements span/DISH API for
HybridCache
as proposed in #112866 and agreed at API review, 2025-04-08Concrete implementation (i.e. an
override
) will be added over in dotnet/extensions