Microsoft.AspNetCore.ResponseCaching.Abstractions 2.2.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
Additional Details

This package has been deprecated as part of the .NET Package Deprecation effort. You can learn more about it from https://github.com/dotnet/announcements/issues/217

dotnet add package Microsoft.AspNetCore.ResponseCaching.Abstractions --version 2.2.0
NuGet\Install-Package Microsoft.AspNetCore.ResponseCaching.Abstractions -Version 2.2.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="Microsoft.AspNetCore.ResponseCaching.Abstractions" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.AspNetCore.ResponseCaching.Abstractions --version 2.2.0
#r "nuget: Microsoft.AspNetCore.ResponseCaching.Abstractions, 2.2.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 Microsoft.AspNetCore.ResponseCaching.Abstractions as a Cake Addin
#addin nuget:?package=Microsoft.AspNetCore.ResponseCaching.Abstractions&version=2.2.0

// Install Microsoft.AspNetCore.ResponseCaching.Abstractions as a Cake Tool
#tool nuget:?package=Microsoft.AspNetCore.ResponseCaching.Abstractions&version=2.2.0

ASP.NET Core response caching middleware abstractions and feature interface definitions.

This package was built from the source code at https://github.com/aspnet/ResponseCaching/tree/9f49398f28d7c1e0dc0305f8080351c413b0f297

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 (13)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.ResponseCaching.Abstractions:

Package Downloads
Microsoft.AspNetCore.Mvc.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more. Commonly used types: Microsoft.AspNetCore.Mvc.AreaAttribute Microsoft.AspNetCore.Mvc.BindAttribute Microsoft.AspNetCore.Mvc.ControllerBase Microsoft.AspNetCore.Mvc.FromBodyAttribute Microsoft.AspNetCore.Mvc.FromFormAttribute Microsoft.AspNetCore.Mvc.RequireHttpsAttribute Microsoft.AspNetCore.Mvc.RouteAttribute This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/33c2d01092d9a1b7a583fe99a50b15686e2b7de9

Microsoft.AspNetCore.ResponseCaching The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

ASP.NET Core middleware for caching HTTP responses on the server. This package was built from the source code at https://github.com/aspnet/ResponseCaching/tree/9f49398f28d7c1e0dc0305f8080351c413b0f297

Microsoft.AspNetCore.App The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

DistributedResponseCachingMiddleware

An alternative to Microsoft.AspNetCore.ResponseCaching, which supports IDistributedCache, allows custom reponse caches, and provides a modifiable distributed response cache, which uses an injecting distributed cache, and options which allow clearing or ignoring the cache. It uses Microsoft.AspNetCore.ResponseCaching internally (via git submodule and linking in csproj)

GitHub repositories (9)

Showing the top 5 popular GitHub repositories that depend on Microsoft.AspNetCore.ResponseCaching.Abstractions:

Repository Stars
aspnet/Mvc
[Archived] ASP.NET Core MVC is a model view controller framework for building dynamic web sites with clean separation of concerns, including the merged MVC, Web API, and Web Pages w/ Razor. Project moved to https://github.com/aspnet/AspNetCore
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
OData/WebApi
OData Web API: A server library built upon ODataLib and WebApi
laochiangx/ABP-ASP.NET-Boilerplate-Project-CMS
ABP module-zero +AdminLTE+Bootstrap Table+jQuery+Redis + sql server+quartz+hangfire权限管理系统
mKenfenheuer/steam-deck-windows-usermode-driver
A windows usermode controller driver for the steam deck internal controller.
Version Downloads Last updated
2.2.0 252,231,950 12/3/2018
2.2.0-preview3-35497 132,015 10/17/2018
2.2.0-preview2-35157 52,970 9/12/2018
2.2.0-preview1-35029 34,060 8/22/2018
2.1.1 48,710,330 6/18/2018
2.1.0 100,994,233 5/29/2018
2.1.0-rc1-final 136,253 5/6/2018
2.1.0-preview2-final 275,964 4/10/2018
2.1.0-preview1-final 150,422 2/26/2018
2.0.3 7,811,957 5/7/2018
2.0.2 7,723,803 3/13/2018
2.0.1 17,558,928 11/14/2017
2.0.0 78,537,680 8/11/2017
2.0.0-preview2-final 115,857 6/28/2017
2.0.0-preview1-final 34,424 5/10/2017
1.1.3 1,980,354 3/13/2018
1.1.2 4,141,281 5/9/2017
1.1.1 4,034,885 3/6/2017
1.1.0 3,585,279 11/16/2016
1.0.4 4,449 3/13/2018
1.0.3 5,146 11/14/2017
1.0.2 8,717 5/9/2017
1.0.1 5,038 3/6/2017
1.0.0 14,666 12/12/2016
1.0.0-preview1-final 6,830 10/24/2016