Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alastairtree authored May 29, 2019
1 parent 827dfb5 commit 2a646e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,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
- 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()`
- Interface based API and built in `MockCache` to support test driven development and dependency injection
Expand Down

0 comments on commit 2a646e3

Please sign in to comment.