Skip to content

v1.0.4

Compare
Choose a tag to compare
@bitfaster bitfaster released this 11 Sep 02:27
· 477 commits to main since this release
86f1d19
  • 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)