Skip to content
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

HybridCache: specify Size when setting L1 cache items #1

Open
wants to merge 6 commits into
base: hybrid_cache
Choose a base branch
from

Conversation

mgravell
Copy link
Owner

investigate and resolve dotnet/aspnetcore#57582

At first this sounds simple, but it means that we may need to serialize before we set the result, but we want to retain that buffer for the L2 write, which happens after we've supplied the value to the consumer. This requires a little bit of additional gymnastics and rework.

this is a direct snapshot from dotnet/aspnetcore, with modifications to:

1. satisfy local repo style rules
2. work with different build setup

Minor global changes:

1. support netstandard2.1 on some legacy shim includes
2. add some additional required packages (for testing)
re .dic changes: adds "memoize[s|d]", "mibi", "canceled", and a few similar; happy to revert if disagreeable
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.

1 participant