Skip to content

Commit

Permalink
readme: Fix typo (#174)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmandvikar authored Mar 2, 2022
1 parent cbb7c1b commit 633b570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ For .net framework 4.0 use LazyCache 0.6

- Simple API with familiar sliding or absolute expiration
- Guaranteed single evaluation of your factory delegate whose results you want to cache
- 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
- Stops you inadvertently caching an exception by removing Lazys that evaluate to an exception
- Thread safe, concurrency ready
- Async compatible - lazy single evaluation of async delegates using `GetOrAddAsync()`
Expand Down

0 comments on commit 633b570

Please sign in to comment.