System.Runtime.Caching 8.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package System.Runtime.Caching --version 8.0.0
NuGet\Install-Package System.Runtime.Caching -Version 8.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="System.Runtime.Caching" Version="8.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Runtime.Caching --version 8.0.0
#r "nuget: System.Runtime.Caching, 8.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 System.Runtime.Caching as a Cake Addin
#addin nuget:?package=System.Runtime.Caching&version=8.0.0

// Install System.Runtime.Caching as a Cake Tool
#tool nuget:?package=System.Runtime.Caching&version=8.0.0

About

Packaged set of simple caching API's derived from those of the same namespace available in .NET Framework since 4.0. This package is intended for use as a bridge when porting .NET Framework applications to .NET.

Microsoft.Extensions.Caching.Memory/IMemoryCache is recommended over System.Runtime.Caching/MemoryCache because it's better integrated into ASP.NET Core. For example, IMemoryCache works natively with ASP.NET Core dependency injection.

Use System.Runtime.Caching/MemoryCache as a compatibility bridge when porting code from .NET 4.x to .NET Core.

Key Features

  • Use caching facilities like in ASP.NET, but without a dependency on the System.Web assembly.
  • Extensible caching mechanism
  • Possible to create custom caching providers

Main Types

The main types provided by this library are:

  • System.Runtime.Caching.MemoryCache

Additional Documentation

MemoryCache.PhysicalMemoryLimit property is only supported on windows.

Feedback & Contributing

System.Runtime.Caching is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible.  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 is compatible.  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 is compatible.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed.  monoandroid10 is compatible. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed.  monotouch10 is compatible. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed.  xamarinios10 is compatible. 
Xamarin.Mac xamarinmac was computed.  xamarinmac20 is compatible. 
Xamarin.TVOS xamarintvos was computed.  xamarintvos10 is compatible. 
Xamarin.WatchOS xamarinwatchos was computed.  xamarinwatchos10 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (576)

Showing the top 5 NuGet packages that depend on System.Runtime.Caching:

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

The current data provider for SQL Server and Azure SQL databases. This has replaced System.Data.SqlClient. These classes provide access to SQL and encapsulate database-specific protocols, including tabular data stream (TDS). Commonly Used Types: Microsoft.Data.SqlClient.SqlConnection Microsoft.Data.SqlClient.SqlException Microsoft.Data.SqlClient.SqlParameter Microsoft.Data.SqlClient.SqlDataReader Microsoft.Data.SqlClient.SqlCommand Microsoft.Data.SqlClient.SqlTransaction Microsoft.Data.SqlClient.SqlParameterCollection Microsoft.Data.SqlClient.SqlClientFactory When using NuGet 3.x this package requires at least version 3.4.

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

This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.

Z.EntityFramework.Extensions The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Entity Framework Extensions extends your DbContext with high-performance bulk operations: BulkSaveChanges, BulkInsert, BulkUpdate, BulkDelete, BulkMerge, and more. Support: SQL Server, MySQL, Oracle, PostgreSQL, SQLite, and more! Example: https://dotnetfiddle.net/awlJdf Benchmark: https://dotnetfiddle.net/35mQ0W Include free and prime features.

Z.EntityFramework.Plus.EF6 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more

Umbraco.Cms.Core The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

Contains the core assembly needed to run Umbraco CMS.

GitHub repositories (57)

Showing the top 5 popular GitHub repositories that depend on System.Runtime.Caching:

Repository Stars
microsoft/PowerToys
Windows system utilities to maximize productivity
BeyondDimension/SteamTools
🛠「Watt Toolkit」是一个开源跨平台的多功能 Steam 工具箱。
StackExchange/StackExchange.Redis
General purpose redis client
opserver/Opserver
Stack Exchange's Monitoring System
umbraco/Umbraco-CMS
The simple, flexible and friendly ASP.NET CMS used by more than 730.000 websites
Version Downloads Last updated
9.0.0-preview.2.24128.5 324 3/12/2024
9.0.0-preview.1.24080.9 3,534 2/13/2024
8.0.0 2,316,193 11/14/2023
8.0.0-rc.2.23479.6 22,169 10/10/2023
8.0.0-rc.1.23419.4 38,256 9/12/2023
8.0.0-preview.7.23375.6 11,154 8/8/2023
8.0.0-preview.6.23329.7 4,312 7/11/2023
8.0.0-preview.5.23280.8 8,088 6/13/2023
8.0.0-preview.4.23259.5 12,613 5/16/2023
8.0.0-preview.3.23174.8 22,640 4/11/2023
8.0.0-preview.2.23128.3 11,429 3/14/2023
8.0.0-preview.1.23110.8 14,388 2/21/2023
7.0.0 12,321,554 11/7/2022
7.0.0-rc.2.22472.3 42,272 10/11/2022
7.0.0-rc.1.22426.10 65,598 9/14/2022
7.0.0-preview.7.22375.6 14,888 8/9/2022
7.0.0-preview.6.22324.4 12,023 7/12/2022
7.0.0-preview.5.22301.12 7,611 6/14/2022
7.0.0-preview.4.22229.4 13,360 5/10/2022
7.0.0-preview.3.22175.4 3,825 4/13/2022
7.0.0-preview.2.22152.2 16,838 3/14/2022
7.0.0-preview.1.22076.8 12,411 2/17/2022
6.0.2-mauipre.1.22102.15 2,716 2/15/2022
6.0.2-mauipre.1.22054.8 26,558 1/19/2022
6.0.0 71,554,708 11/8/2021
6.0.0-rc.2.21480.5 9,780 10/12/2021
6.0.0-rc.1.21451.13 13,372 9/14/2021
6.0.0-preview.7.21377.19 8,993 8/10/2021
6.0.0-preview.6.21352.12 17,913 7/14/2021
6.0.0-preview.5.21301.5 10,611 6/15/2021
6.0.0-preview.4.21253.7 22,310 5/24/2021
6.0.0-preview.3.21201.4 21,928 4/8/2021
6.0.0-preview.2.21154.6 21,049 3/11/2021
6.0.0-preview.1.21102.12 50,806 2/12/2021
5.0.0 109,353,470 11/9/2020
5.0.0-rc.2.20475.5 15,070 10/13/2020
5.0.0-rc.1.20451.14 10,192 9/14/2020
5.0.0-preview.8.20407.11 9,480 8/25/2020
5.0.0-preview.7.20364.11 23,626 7/21/2020
5.0.0-preview.6.20305.6 5,038 6/25/2020
5.0.0-preview.5.20278.1 5,935 6/10/2020
5.0.0-preview.4.20251.6 49,290 5/18/2020
5.0.0-preview.3.20214.6 29,082 4/23/2020
5.0.0-preview.2.20160.6 40,451 4/2/2020
5.0.0-preview.1.20120.5 15,201 3/16/2020
4.7.0 218,418,125 12/3/2019
4.7.0-preview3.19551.4 3,797 11/13/2019
4.7.0-preview2.19523.17 12,778 11/1/2019
4.7.0-preview1.19504.10 10,405 10/15/2019
4.6.0 9,488,391 9/23/2019
4.6.0-rc1.19456.4 5,463 9/16/2019
4.6.0-preview9.19421.4 13,535 9/4/2019
4.6.0-preview9.19416.11 529 9/4/2019
4.6.0-preview8.19405.3 53,566 8/13/2019
4.6.0-preview7.19362.9 99,106 7/23/2019
4.6.0-preview6.19303.8 49,920 6/12/2019
4.6.0-preview6.19264.9 528 9/4/2019
4.6.0-preview5.19224.8 25,632 5/6/2019
4.6.0-preview4.19212.13 4,784 4/18/2019
4.6.0-preview3.19128.7 21,641 3/6/2019
4.6.0-preview.19073.11 17,091 1/29/2019
4.6.0-preview.18571.3 22,682 12/3/2018
4.5.0 129,636,824 5/29/2018
4.5.0-rc1 87,989 5/6/2018
4.5.0-preview2-26406-04 222,542 4/10/2018
4.5.0-preview1-26216-02 298,458 2/26/2018
4.5.0-preview1-25914-04 592,855 11/15/2017