We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8c566 commit 0140063Copy full SHA for 0140063
ReleaseNotes.md
@@ -1,5 +1,8 @@
1
# Release notes for LazyCache #
2
3
+## Version 2.1.1
4
+- PR #126 (and issue #104) optimise cache key locking for faster performance under high CPU load and lots of concurrency. Thanks to @jjxtra
5
+
6
## Version 2.1.0
7
- Add options for expiration:
8
- ExpirationMode.ImmediateExpiration which uses a timer to remove items from the cache as soon as they expire (more resource intensive)
0 commit comments