Should I use System.Runtime.Caching or Microsoft.Extensions.Caching in a .NET Framework app?
I am currently writing a caching service for an app targeting .NET Framework 4.7.2. I know System.Web.Caching is essentially deprecated but I am confused as to whether I should build it around System.Runtime.Caching or the Microsoft.Extensions.Caching NuGet package which is normally for .NET Core but can be used since it targets .NET Standard 2.0. Which option would be best?
0 comments:
Post a Comment