-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Expire method + tests * Add error flag to obsolete props and methods * Better FusionCacheProvider: less and more uniform code + support for lazy named cache instantiations * Better DI-related tests * Add a log message when a FusionCache instance is created + update related tests * Better readonly methods * Add multi-levels tests for Expire() * Null handling fix per Yoshifumi's notes (MemoryPack serializer) * Optimization for when no real factory * Add XUnitLogger * Add cache name to every log message * Better logging tests * Add SkipMemoryCache entry options + tests * Handle zero duration and negative duration * Add backplane notification for background factory executions * Remove backplane and distributed cache when disposing a FusionCache instance * Old unused code cleanup * Add fluent methods to set with zero durations * Xml docs * Better adaptive caching * Add NullFusionCache and related tests * Add tests for adaptive caching and SkipMemoryCache working together * Docs * Add support for multiple cache instances in LoggingScenario * Add backward compatibility tests for deserialization of old version payloads * Timestamping + tests * Better fail-safe activation logic and flow * Add test for FusionCacheEntryOptions.Duplicate() method * Add ext methods for common overloads of method Expire/ExpireAsync
- Loading branch information
1 parent
bfc2318
commit a8b1ce7
Showing
101 changed files
with
3,206 additions
and
973 deletions.
There are no files selected for viewing
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
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
51 changes: 0 additions & 51 deletions
51
benchmarks/ZiggyCreatures.FusionCache.Benchmarks/OperationIdGenerationBenchmark.cs
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
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
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
Oops, something went wrong.