Use Cache and Distributed Cache Tag Helpers in ASP.NET Core

Web developers often look for opportunities to boost the performance of their web applications. ASP.NET Core provides server side caching in the form of in-memory and distributed cache implementation. Moreover, it offers two Tag Helpers to implement cache HTML content of razor views or razor pages - Cache and Distributed Cache. To that end this article discusses these Tag Helpers in brief.

http://www.binaryintellect.net/articles/ff322a2f-7c70-4629-825e-d5e6624d69fd.aspx