alastairtree / LazyCache

An easy to use thread safe in-memory caching service with a simple developer friendly API for c#
https://nuget.org/packages/LazyCache
MIT License
1.71k stars 159 forks source link

Wait for GetOrAddAsync factory to return before reading from AbsoluteExpirationRelativeToNow #160

Closed allanrodriguez closed 3 years ago

allanrodriguez commented 3 years ago

Fixes #148.

alastairtree commented 3 years ago

Awesome thanks