-
Notifications
You must be signed in to change notification settings - Fork 109
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
change Dependency to Microsoft.Extensions.Caching.Abstractions #341
Merged
jodydonetti
merged 1 commit into
ZiggyCreatures:release/v2_0_0
from
pwelter34:hotfix/HybridCache-Dependency
Dec 13, 2024
Merged
change Dependency to Microsoft.Extensions.Caching.Abstractions #341
jodydonetti
merged 1 commit into
ZiggyCreatures:release/v2_0_0
from
pwelter34:hotfix/HybridCache-Dependency
Dec 13, 2024
Conversation
This file contains 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
jodydonetti
approved these changes
Dec 13, 2024
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.
LGTM
Hi @pwelter34 , good catch! |
jodydonetti
added a commit
that referenced
this pull request
Jan 19, 2025
* Add support for raw clear of inner memory cache * Minor NRT stuff * Use collection expressions * Make tagging fully working * Better tagging params for Set method * Refactoring and cleanup * Add sync support for tagging * Add support for GetOrSet without factory + refactoring + better inline comments * Stop casting to FusionCacheBuilder and upgrade IFusionCacheBuilder instead. * Fix with eager refresh (sync version) * Add entry options to RemoveByTag() and Clear() * Add tags to logging * Package update * Add new IncludeTagsInLogs option to... well, I mean... * Add specific skip memory/distributed read/write options * Add support for specific option to skip memory/distributed read/write + better tags entry options support * Better detection + logging when a new Clear() timestamp is detected * Stop suppressing serialization exceptions. Deserialization exceptions instead will keep being suppressable. * Better default value for TagsMemoryCacheDurationOverride option * Better handling of background factory soft fail (eg: ctx.Fail()) * Better tests * More stable Expire + renamed RemoveByTag[Async] to ExpireByTag[Async] to be more clear about the outcome * Add error = true to all [Obsolete] usage * Add tagging support to observability * Change wire format version * Change DataMember names (saves space) * Better Clear (both expire and remove) + added DisableTagging option * Benchmarks stuff * Perf boost * Fix for tagging with eager refresh + tests * Add support for Microsoft HybridCache + tests * Ensure the same builder always returns the same instance + tests * Add immutable types support for AutoClone + add SkipAutoCloneForImmutableObjects option + tests * Better tests * FusionHybridCache tests * Comments * Xml comments * Change Dependency to Microsoft.Extensions.Caching.Abstractions (#341) * Adjust HybridCache dependency (#344) * Fix typo * Update various Microsoft.Extensions.Caching deps to v9.0.0 * Merging Serializer Benchmarks improvements to the v2 branch (#347) * Improving the Serializer benchmarks (#343) * Improving the Serializer benchmark by adding all the serializers and cleaning up the code and config for it. Also added tests for serializing arrays to check for memory pressure on buffers. * Fixing Job config * Minor usings cleanup * Removing the dependency on Microsoft.IO.RecyclableStream and improving serializer performance (#349) * Removing the Microsoft.IO.RecyclableMemory dependency and using ArrayPools instead * Minor cleanup * Cleanup * Add MissingCacheKeyPrefixWarningLogLevel option * More option duplication tests * Add AllowStaleOnReadOnly entry option * Add DangerZone stuff * Benchmarks stuff * Remove reactors for good (replace from a long time by memory lockers) * Better metadata: move LogicalExpiration from metadata to entry and make it a timestamp (long) * Better metadata: switch LastModified from DateTimeOffset to timestamp (long utc ticks) * Better metadata: add Priority * Better metadata priority handling * Organize tests better * Priority tests * Faster tests * Ensure correct timestamp in backplane messages * Make the cross-node Clear timestamp directly precise * Skip distributed cache write and backplane when Tagging expiration timestamp is 0 (zero) * Align sync/async executeCascadeAction usage * Better serialization tests * Better byte array tests * Better metadata surrogate (protobuf-net) member order * Make buffer stuff sealed (small perf boost) + xml docs * Better errors/exceptions for traces (observability) * Better Expire on memory cache * Better TagsDefaultEntryOptions * Minor tag expiration changes * Fix for extra closing curly brace * Better status updates for traces * Minor perf boost * Better tagging * Add support for RemoveByTag with multiple tags * Cross the 1000 tests mark! * Unresolved tension https://xkcd.com/859/ * Minor internal stuff (ToLogString) * Docs * FusionCache v2. Yes, really. --------- Co-authored-by: Jody Donetti <[email protected]> Co-authored-by: Stefán Jökull Sigurðarson <[email protected]> Co-authored-by: Paul Welter <[email protected]> Co-authored-by: Brian Dukes <[email protected]>
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.
#340 Fix issue with wrong dependency