Streamlining ASP.NET Core Cache Configuration
Caching in web is super important for performance, and ASP.NET Core supports it out of the box - however configuring it the documented way can result in a lot of mess. Today we look how to make it cleaner without sacrificing any features.