Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

2.0.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@danroth27 danroth27 released this 10 May 04:30

Features

  • Improve performance of MemoryCache by using ConcurrentDictionary rather than ReaderWriterLockSlim (#242)
  • Remove GC Compaction trigger (#221)

Bugs Fixed

  • AddExpirationToken extension is not thread safe (#247)