Add scoped async alternate lookup support#787
Merged
Conversation
Agent-Logs-Url: https://github.com/bitfaster/BitFaster.Caching/sessions/9888fa8c-0e9f-4bfa-80c1-68d580e00c18 Co-authored-by: bitfaster <12851828+bitfaster@users.noreply.github.com>
Agent-Logs-Url: https://github.com/bitfaster/BitFaster.Caching/sessions/9888fa8c-0e9f-4bfa-80c1-68d580e00c18 Co-authored-by: bitfaster <12851828+bitfaster@users.noreply.github.com>
Agent-Logs-Url: https://github.com/bitfaster/BitFaster.Caching/sessions/9888fa8c-0e9f-4bfa-80c1-68d580e00c18 Co-authored-by: bitfaster <12851828+bitfaster@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
bitfaster
April 23, 2026 19:57
View session
Owner
|
@copilot add a soak test for alternate lookup on |
Agent-Logs-Url: https://github.com/bitfaster/BitFaster.Caching/sessions/b0dac3b4-d350-4fdf-a649-dde98d68135c Co-authored-by: bitfaster <12851828+bitfaster@users.noreply.github.com>
Contributor
Author
Addressed in f5160d5 by adding an alternate lookup soak test for |
added 3 commits
April 27, 2026 14:23
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.
Summary
IScopedAsyncAlternateLookup<TAlternateKey, TKey, TValue>for scoped async alternate-key accessGetAsyncAlternateLookup/TryGetAsyncAlternateLookuponIScopedAsyncCacheand implement them inScopedAsyncCacheandAtomicFactoryScopedAsyncCacheAtomicFactoryScopedAsyncCacheValidation
dotnet format BitFaster.Caching/BitFaster.Caching.csprojdotnet build BitFaster.Caching/BitFaster.Caching.csproj -f net9.0dotnet test BitFaster.Caching.UnitTests/BitFaster.Caching.UnitTests.csproj -f net9.0 --filter "FullyQualifiedName~ScopedAsyncCacheTests|FullyQualifiedName~AtomicFactoryScopedAsyncCacheTests"dotnet test BitFaster.Caching.UnitTests/BitFaster.Caching.UnitTests.csproj -f net9.0 --filter FullyQualifiedName~AtomicFactoryScopedAsyncCacheSoakTestsdotnet test BitFaster.Caching.UnitTests/BitFaster.Caching.UnitTests.csproj -f net9.0Notes