Marvin.Cache.Headers
2.0.0
See the version list below for details.
dotnet add package Marvin.Cache.Headers --version 2.0.0
NuGet\Install-Package Marvin.Cache.Headers -Version 2.0.0
<PackageReference Include="Marvin.Cache.Headers" Version="2.0.0" />
paket add Marvin.Cache.Headers --version 2.0.0
#r "nuget: Marvin.Cache.Headers, 2.0.0"
// Install Marvin.Cache.Headers as a Cake Addin #addin nuget:?package=Marvin.Cache.Headers&version=2.0.0 // Install Marvin.Cache.Headers as a Cake Tool #tool nuget:?package=Marvin.Cache.Headers&version=2.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 | Versions 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 | netcoreapp1.0 was computed. netcoreapp1.1 was computed. netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard1.6 is compatible. netstandard2.0 was computed. 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 | tizen30 was computed. 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. |
-
.NETStandard 1.6
- Microsoft.AspNetCore.Http.Abstractions (>= 1.0.2)
- Microsoft.AspNetCore.Mvc.Abstractions (>= 1.0.2)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 1.0.2)
- Microsoft.Extensions.Logging.Abstractions (>= 1.0.2)
- Microsoft.Extensions.Options (>= 1.0.2)
- Microsoft.Net.Http.Headers (>= 1.0.2)
- NETStandard.Library (>= 1.6.0)
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.2.0 | 2,156 | 9/25/2024 |
7.2.0-rc | 196 | 9/2/2024 |
7.1.0 | 20,444 | 2/6/2024 |
7.1.0-beta | 1,012 | 1/19/2024 |
7.0.0 | 10,467 | 11/30/2023 |
7.0.0-rc | 484 | 11/20/2023 |
7.0.0-beta | 3,477 | 1/31/2023 |
6.1.0 | 111,206 | 3/28/2022 |
6.0.0 | 26,911 | 12/6/2021 |
6.0.0-rc | 3,830 | 10/25/2021 |
5.0.1 | 121,005 | 4/16/2020 |
5.0.0 | 3,837 | 2/25/2020 |
5.0.0-beta | 502 | 1/21/2020 |
4.1.0 | 30,568 | 11/21/2019 |
4.0.0 | 13,663 | 8/19/2019 |
3.2.0 | 4,221 | 7/3/2019 |
3.1.0 | 22,725 | 2/19/2019 |
3.0.0 | 11,131 | 9/27/2018 |
3.0.0-beta | 874 | 8/8/2018 |
2.0.1 | 5,910 | 7/25/2018 |
2.0.0 | 982 | 7/24/2018 |
1.2.0 | 5,224 | 4/30/2018 |
1.1.0 | 26,580 | 11/7/2017 |
1.0.0 | 4,830 | 2/27/2017 |
1.0.0-beta | 968 | 1/16/2017 |
New major feature: action & controller-level cache headers.
Next to that: bug fixes, better testing.
Note that this is a major release with a small breaking change: some of the property names for global expiration/validation model configuration have been slightly adjusted to better align with the standard.
Have a look at the 2.0 milestone at GitHub for more info.