StephenCleary / AsyncEx

A helper library for async/await.
MIT License
3.49k stars 358 forks source link

Feature request: AsyncCache #91

Open StephenCleary opened 7 years ago

StephenCleary commented 7 years ago

From @StephenCleary on January 16, 2017 15:15

Essentially an AsyncLazy (with retry-on-error) that allows explicit unsetting, a la Reset().

Copied from original issue: StephenClearyArchive/AsyncEx.Coordination#14

StephenCleary commented 6 years ago

Also consider whether an additional API would be useful for write caches. E.g., comments on #97