Marvin.Cache.Headers 1.1 Released

I just pushed a new version of Marvin.Cache.Headers to NuGet, version 1.1

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.  It’s useful when you’re working with concurrency or caching.  Most notable in this update is that it’s now fully compatible with Microsoft’s ASP.NET Core cache store (the Microsoft.AspNetCore.ResponseCaching middleware), tested on ASP.NET Core 2.0.  Next to that it includes the expected bug fixes. 

Have a look at the milestone at GitHub, check out the ASP.NET Core 2.0 sample, and… happy coding! :-)

 Tweet about this on TwitterShare on LinkedInShare on Facebook

4 Comments

Ratan Kalwa

I would like to know how do you force the API to invalidate the cache when the underlying data changes?

It would be great to know.

Ratan Kalwa

Thank you for your great work, I really like your videos and code.

Comments are closed.