Microsoft.AspNetCore.ResponseCaching.Abstractions 2.0.0-preview1-final

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

This is a prerelease version of Microsoft.AspNetCore.ResponseCaching.Abstractions.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.ResponseCaching.Abstractions --version 2.0.0-preview1-final
                    
NuGet\Install-Package Microsoft.AspNetCore.ResponseCaching.Abstractions -Version 2.0.0-preview1-final
                    
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.0.0-preview1-final" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.ResponseCaching.Abstractions" Version="2.0.0-preview1-final" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.ResponseCaching.Abstractions" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.ResponseCaching.Abstractions --version 2.0.0-preview1-final
                    
#r "nuget: Microsoft.AspNetCore.ResponseCaching.Abstractions, 2.0.0-preview1-final"
                    
#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.
#addin nuget:?package=Microsoft.AspNetCore.ResponseCaching.Abstractions&version=2.0.0-preview1-final&prerelease
                    
Install Microsoft.AspNetCore.ResponseCaching.Abstractions as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.ResponseCaching.Abstractions&version=2.0.0-preview1-final&prerelease
                    
Install Microsoft.AspNetCore.ResponseCaching.Abstractions as a Cake Tool

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

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.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (11)

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

Package Downloads
Microsoft.AspNetCore.Mvc.Core

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

Microsoft.AspNetCore.ResponseCaching

ASP.NET Core middleware for caching HTTP responses on the server.

Microsoft.AspNetCore.App

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

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

Showing the top 10 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权限管理系统
cmu-sei/GHOSTS
GHOSTS is a realistic user simulation framework for cyber experimentation, simulation, training, and exercise
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
mKenfenheuer/steam-deck-windows-usermode-driver
A windows usermode controller driver for the steam deck internal controller.
mcintyre321/FormFactory
MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
dotnet-security-guard/roslyn-security-guard
Roslyn analyzers that aim to help security audit on .NET applications.
unchase/Unchase.OpenAPI.Connectedservice
:scroll: Visual Studio extension to generate OpenAPI (Swagger) web service reference.
Version Downloads Last updated
2.3.0 2,152,357 1/14/2025
2.2.0 360,623,019 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 136,187 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 56,627 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 37,937 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.1 58,275,476 6/18/2018
2.1.0 114,661,174 5/29/2018
2.1.0-rc1-final 145,745 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 322,560 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 164,367 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.3 8,489,773 5/7/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 8,294,353 3/13/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 19,565,866 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 84,146,639 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 122,848 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 37,111 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.3 2,287,401 3/13/2018 1.1.3 is deprecated because it is no longer maintained.
1.1.2 4,474,887 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 4,284,333 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 3,996,962 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.0.4 5,058 3/13/2018 1.0.4 is deprecated because it is no longer maintained.
1.0.3 5,762 11/14/2017 1.0.3 is deprecated because it is no longer maintained.
1.0.2 9,330 5/9/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 5,616 3/6/2017 1.0.1 is deprecated because it is no longer maintained.
1.0.0 15,536 12/12/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-preview1-final 7,411 10/24/2016 1.0.0-preview1-final is deprecated because it is no longer maintained.