Uh oh!
There was an error while loading. Please reload this page.
HybridCache: add net10 HybridCache zero-alloc fetch API - #114427
Merged
Conversation
ghost
commented
Apr 9, 2025
Note regarding the |
1 similar comment
ghost
commented
Apr 9, 2025
Note regarding the |
Contributor
Tagging subscribers to this area: @dotnet/area-extensions-caching |
Uh oh!
There was an error while loading. Please reload this page.
mgravellforce-pushed
the
marc/hc-zeroalloc
branch
from
April 16, 2025 14:54
a19567b to
2870aa2Compare
This was referenced Apr 16, 2025
mgravell
commented
May 7, 2025
ContributorAuthor
@dotnet/area-extensions-caching any chance of eyeballs? |
3 tasks
This was referenced May 9, 2025
adamsitnik
approved these changes
May 15, 2025
adamsitnik
left a comment
Member
There was a problem hiding this comment.
LGTM, thank you for your contribution @mgravell !
Uh oh!
There was an error while loading. Please reload this page.
…brid/HybridCache.cs Co-authored-by: Theodore Tsirpanis <teo@tsirpanis.gr>
adamsitnik
commented
May 19, 2025
Member
/ba-g The |
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
implements span/DISH API for
HybridCacheas proposed in #112866 and agreed at API review, 2025-04-08Concrete implementation (i.e. an
override) will be added over in dotnet/extensions