RTM: Marvin.Cache.Headers - ASP.NET Core Middleware for Generating Cache-related Response Headers

added by DotNetKicks
2/28/2017 2:46:19 PM

308 Views

Today I'm happy to announce the RTM release of the Marvin.Cache.Headers middleware for ASP.NET Core. Marvin.Cache.Headers is ASP.NET Core middleware that adds HttpCache headers to responses (Cache-Control, Expires, ETag, Last-Modified), and implements cache expiration & validation models. These headers are (mainly) used for caching & concurrency purposes, so have a look you want to implement one of those for your (RESTful) API.


0 comments