Skip to content

Commit

Permalink
docs: Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairtree committed Sep 20, 2020
1 parent 0b8c566 commit 0140063
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release notes for LazyCache #

## Version 2.1.1
- PR #126 (and issue #104) optimise cache key locking for faster performance under high CPU load and lots of concurrency. Thanks to @jjxtra

## Version 2.1.0
- Add options for expiration:
- ExpirationMode.ImmediateExpiration which uses a timer to remove items from the cache as soon as they expire (more resource intensive)
Expand Down

0 comments on commit 0140063

Please sign in to comment.