Response Caching in ASP.Net Core 1.1

added by DotNetKicks
1/5/2017 12:00:00 AM

941 Views

With the ASP.NET Core 1.1 release, many new features were introduced. One of them was enabling gZip compression and today we will take a look at another new feature which is Response Caching Middleware. This middleware allows to implement response caching. Response caching adds cache-related headers to responses.


0 comments