Releases: bitfaster/BitFaster.Caching
Releases · bitfaster/BitFaster.Caching
v1.0.6
17 Nov 05:17
Compare
Sorry, something went wrong.
No results found
Implement ItemRemoved event on ConcurrentLru and ConcurrentTLru
NuGet package now produced with deterministic build. See https://reproducible-builds.org/ for info
v1.0.5
10 Nov 01:54
Compare
Sorry, something went wrong.
No results found
Wrap LRU dispose logic in a static class
Dispose objects created by LRU valueFactory that are not added to the cache due to a race
Fix race in disposed Scoped instances
.net6 build target compiled using .NET SDK 6.0.100
v1.0.4
11 Sep 02:27
Compare
Sorry, something went wrong.
No results found
Add Clear method to ICache and LRUs (ClassicLru, ConcurrentLru, ConcurrentTLru)
Fixed ConcurrentLRU so that capacity is exact when ctor arg is not divisible by 3
Added net6 build target (compiled with .NET SDK 6.0.0-preview.7)
Removed netcoreap2.0 and netcoreapp3.0 (since out of support)
v1.0.3
31 May 01:49
Compare
Sorry, something went wrong.
No results found
Fixed ObjectDisposedException in SingletonCache.Release()
Old values are now disposed when replaced when calling the LRU methods TryUpdate() and AddOrUpdate()
LRU uses atomic ConcurrentDictionary method to remove items
v1.0.2
12 Jan 19:49
Compare
Sorry, something went wrong.
No results found
Added TryUpdate and AddOrUpdate methods to LRU classes to support updating cached values.
Added .NET 5 target. Included target frameworks:
.NET Framework 4.72 and 4.8
.NET Standard 2.0
.NET Core 2.0, 3.0 and 3.1
.NET 5
v1.0.1
09 Jul 18:57
Compare
Sorry, something went wrong.
No results found
Now includes multiple target frameworks:
.NET Framework 4.72 and 4.8
.NET Standard 2.0
.NET Core 2.0, 3.0 and 3.1
v1.0.0
02 Jul 18:21
Compare
Sorry, something went wrong.
No results found
v0.9.4
19 Jun 22:52
Compare
Sorry, something went wrong.
No results found
v0.9.3
16 Jun 06:55
Compare
Sorry, something went wrong.
No results found