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 cbb7c1b commit 633b570Copy full SHA for 633b570
README.md
@@ -65,7 +65,7 @@ For .net framework 4.0 use LazyCache 0.6
65
66
- Simple API with familiar sliding or absolute expiration
67
- Guaranteed single evaluation of your factory delegate whose results you want to cache
68
-- Strongly typed generics based API. No need to cast your cached objects every time you retieve them
+- Strongly typed generics based API. No need to cast your cached objects every time you retrieve them
69
- Stops you inadvertently caching an exception by removing Lazys that evaluate to an exception
70
- Thread safe, concurrency ready
71
- Async compatible - lazy single evaluation of async delegates using `GetOrAddAsync()`
0 commit comments