zzzprojects / System.Linq.Dynamic.Core

The .NET Standard / .NET Core version from the System Linq Dynamic functionality.
https://dynamic-linq.net/
Apache License 2.0
1.55k stars 228 forks source link

Enhancements to SlidingCache<> for Improved Thread Safety and Performance #770

Closed TWhidden closed 7 months ago

TWhidden commented 7 months ago

See #769 for description of changes;

StefH commented 7 months ago

I did a small fix on the unit tests. https://github.com/zzzprojects/System.Linq.Dynamic.Core/commit/e6bc36e7d466f4664318f957bba77729ff19954c

And I'll release a new preview soon.