Reputation: 1236
I want to use a memory cache in asp.net core and I'm implementing cache as a Singleton service, now I see IMemoryCache builtin asp.net core.
Do I want to know what is the benefits of IMemoryCache asp.net core against my Singleton service?
Thanks for taking the time and share your ideas
Upvotes: 1
Views: 430
Reputation: 19494
You can read all here :)
Upvotes: 4