Marvin.Cache.Headers 5.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Marvin.Cache.Headers --version 5.0.0
NuGet\Install-Package Marvin.Cache.Headers -Version 5.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Marvin.Cache.Headers" Version="5.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Marvin.Cache.Headers --version 5.0.0
#r "nuget: Marvin.Cache.Headers, 5.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Marvin.Cache.Headers as a Cake Addin
#addin nuget:?package=Marvin.Cache.Headers&version=5.0.0

// Install Marvin.Cache.Headers as a Cake Tool
#tool nuget:?package=Marvin.Cache.Headers&version=5.0.0

ASP.NET Core middleware that adds HttpCache headers to responses (Cache-Control, Expires, ETag, Last-Modified), and implements cache expiration & validation models.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Marvin.Cache.Headers:

Package Downloads
Marvin.Cache.Headers.DistributedStore

Provides an implementation of the IValidatorValueStore for use with the Marvin.Cache.Headers NuGet package that allows ValidatorValue instances to be stored in a distributed cache.

RezisFramework

Package Description

SDTZ.Abp.Cache.Headers

Package Description

GitHub repositories (5)

Showing the top 5 popular GitHub repositories that depend on Marvin.Cache.Headers:

Repository Stars
ttu/dotnet-fake-json-server
Fake JSON Server is a Fake REST API that can be used as a Back End for prototyping or as a template for a CRUD Back End.
solenovex/ASP.NET-Core-3.x-REST-API-Tutorial-Code
zcomert/BTK-Akademi-ASPNET-Core-Web-Api
BTK Akademi ASP.NET Core Web API Eğitimi
KevinDockx/ImplementingAdvancedRESTfulConcernsAspNetCore3
Fully functioning sample application accompanying my Implementing Advanced RESTful Concerns with ASP.NET Core 3 course
ZahraBayatgh/ASP.NET-Core-5.0-Web-API
Version Downloads Last updated
7.1.0 3,591 2/6/2024
7.1.0-beta 441 1/19/2024
7.0.0 6,475 11/30/2023
7.0.0-rc 415 11/20/2023
7.0.0-beta 3,108 1/31/2023
6.1.0 95,443 3/28/2022
6.0.0 25,067 12/6/2021
6.0.0-rc 3,514 10/25/2021
5.0.1 116,218 4/16/2020
5.0.0 3,539 2/25/2020
5.0.0-beta 476 1/21/2020
4.1.0 28,715 11/21/2019
4.0.0 13,376 8/19/2019
3.2.0 4,121 7/3/2019
3.1.0 22,408 2/19/2019
3.0.0 11,028 9/27/2018
3.0.0-beta 840 8/8/2018
2.0.1 5,839 7/25/2018
2.0.0 945 7/24/2018
1.2.0 5,142 4/30/2018
1.1.0 26,392 11/7/2017
1.0.0 4,743 2/27/2017
1.0.0-beta 939 1/16/2017

Next to the usual bugfixes this release contains a highly requested new feature: the ability to invalidate items in the store.  Check out the milestone on Github for details.