Skip to content

v1.0.3

Compare
Choose a tag to compare
@bitfaster bitfaster released this 31 May 01:49
· 512 commits to main since this release
4fd889e
  • 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