Releases: bitfaster/BitFaster.Caching
Releases · bitfaster/BitFaster.Caching
v1.0.4
- 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
- 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