Three years ago (wow, time flies) I wrote a generic Cache Repository that has become one of my more popular open source projects. It is 2016, so was definitely time to create an async version of that cache repository! This new implementation has all of the same features as the original, only now it is completely async from top to bottom.
Features
- Thread Safe GetOrSet
- Configurable Expiration Enums
- Transparent Cache Key Management By Type
- A Web Implementation
NuGet Package and Source
Enjoy,
Tom
No comments:
Post a Comment