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