System.Runtime.Caching 9.0.18

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.

Showing the top 20 packages that depend on System.Runtime.Caching.

Packages Downloads
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server 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 running on Windows, this library has a dependency on Microsoft.Data.SqlClient.SNI on .NET Framework and runtime.native.System.Data.SqlClient.sni on .NET Core, which requires the Microsoft Visual C++ Redistributable to be installed: https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads When using NuGet 3.x this package requires at least version 3.4.
163
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server 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.
157
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server 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.
158
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server 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.
159
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server 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.
162
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server 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.
166
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server 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.
168
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server 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.
173
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server 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.
159
Microsoft.Data.SqlClient
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server 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.
170
Microsoft.Data.SqlClient
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.
176
Microsoft.Data.SqlClient
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.
186

https://go.microsoft.com/fwlink/?LinkID=799421

Version Downloads Last updated
11.0.0-preview.6.26359.118 6 07/18/2026
11.0.0-preview.5.26302.115 17 06/10/2026
11.0.0-preview.4.26230.115 14 05/14/2026
11.0.0-preview.3.26207.106 38 04/14/2026
11.0.0-preview.2.26159.112 39 03/11/2026
11.0.0-preview.1.26104.118 34 02/13/2026
10.0.10 6 07/18/2026
10.0.9 14 06/10/2026
10.0.8 18 05/13/2026
10.0.7 32 04/21/2026
10.0.6 38 04/14/2026
10.0.5 36 03/13/2026
10.0.4 38 03/11/2026
10.0.3 36 02/13/2026
10.0.2 48 01/14/2026
10.0.1 70 12/09/2025
10.0.0 75 11/12/2025
10.0.0-rc.2.25502.107 83 10/15/2025
10.0.0-rc.1.25451.107 89 09/10/2025
10.0.0-preview.7.25380.108 90 08/14/2025
10.0.0-preview.6.25358.103 106 07/17/2025
10.0.0-preview.5.25277.114 106 06/08/2025
10.0.0-preview.4.25258.110 116 05/15/2025
10.0.0-preview.3.25171.5 116 04/11/2025
10.0.0-preview.2.25163.2 103 04/01/2025
10.0.0-preview.1.25080.5 117 04/02/2025
9.0.18 5 07/18/2026
9.0.17 17 06/10/2026
9.0.16 15 05/13/2026
9.0.15 31 04/14/2026
9.0.14 36 03/11/2026
9.0.13 41 02/13/2026
9.0.12 44 01/15/2026
9.0.11 77 11/12/2025
9.0.10 88 10/15/2025
9.0.9 101 09/10/2025
9.0.8 95 08/05/2025
9.0.7 100 07/09/2025
9.0.6 105 06/12/2025
9.0.5 108 05/15/2025
9.0.4 110 04/10/2025
9.0.3 124 03/30/2025
9.0.2 116 04/01/2025
9.0.1 126 04/01/2025
9.0.0 123 11/14/2024
9.0.0-rc.2.24473.5 104 10/16/2024
9.0.0-rc.1.24431.7 111 09/20/2024
9.0.0-preview.7.24405.7 112 08/28/2024
9.0.0-preview.6.24327.7 143 07/22/2024
9.0.0-preview.5.24306.7 138 07/22/2024
9.0.0-preview.4.24266.19 161 07/22/2024
9.0.0-preview.3.24172.9 128 07/22/2024
9.0.0-preview.2.24128.5 135 07/22/2024
9.0.0-preview.1.24080.9 142 07/22/2024
8.0.1 124 10/23/2024
8.0.0 149 06/24/2024
8.0.0-rc.2.23479.6 152 07/22/2024
8.0.0-rc.1.23419.4 141 07/22/2024
8.0.0-preview.7.23375.6 143 07/22/2024
8.0.0-preview.6.23329.7 145 07/22/2024
8.0.0-preview.5.23280.8 133 07/22/2024
8.0.0-preview.4.23259.5 141 07/22/2024
8.0.0-preview.3.23174.8 130 07/22/2024
8.0.0-preview.2.23128.3 152 07/22/2024
8.0.0-preview.1.23110.8 140 07/22/2024
7.0.0 130 07/22/2024
7.0.0-rc.2.22472.3 129 08/03/2024
7.0.0-rc.1.22426.10 139 07/22/2024
7.0.0-preview.7.22375.6 133 07/22/2024
7.0.0-preview.6.22324.4 133 07/22/2024
7.0.0-preview.5.22301.12 138 07/22/2024
7.0.0-preview.4.22229.4 137 07/22/2024
7.0.0-preview.3.22175.4 137 07/22/2024
7.0.0-preview.2.22152.2 135 07/22/2024
7.0.0-preview.1.22076.8 135 07/22/2024
6.0.2-mauipre.1.22054.8 96 09/15/2025
6.0.1 119 11/14/2024
6.0.0 172 06/24/2024
6.0.0-rc.2.21480.5 133 07/22/2024
6.0.0-rc.1.21451.13 138 07/22/2024
6.0.0-preview.7.21377.19 150 07/22/2024
6.0.0-preview.6.21352.12 149 07/22/2024
6.0.0-preview.5.21301.5 139 07/22/2024
6.0.0-preview.4.21253.7 156 07/22/2024
6.0.0-preview.3.21201.4 143 07/22/2024
6.0.0-preview.2.21154.6 123 07/22/2024
6.0.0-preview.1.21102.12 140 07/22/2024
5.0.0 144 03/17/2024
5.0.0-rc.2.20475.5 135 07/22/2024
5.0.0-rc.1.20451.14 132 07/22/2024
5.0.0-preview.8.20407.11 138 07/22/2024
5.0.0-preview.7.20364.11 148 07/22/2024
5.0.0-preview.6.20305.6 127 07/22/2024
5.0.0-preview.5.20278.1 145 07/22/2024
5.0.0-preview.4.20251.6 129 07/22/2024
5.0.0-preview.3.20214.6 132 07/22/2024
5.0.0-preview.2.20160.6 137 07/22/2024
5.0.0-preview.1.20120.5 123 07/22/2024
4.7.0 165 02/04/2024
4.7.0-preview3.19551.4 125 07/22/2024
4.7.0-preview2.19523.17 142 07/22/2024
4.7.0-preview1.19504.10 136 07/22/2024
4.6.0 154 07/22/2024
4.6.0-rc1.19456.4 141 07/22/2024
4.6.0-preview9.19421.4 144 07/22/2024
4.6.0-preview9.19416.11 133 07/22/2024
4.6.0-preview8.19405.3 128 07/22/2024
4.6.0-preview7.19362.9 126 07/22/2024
4.6.0-preview6.19303.8 136 07/22/2024
4.6.0-preview6.19264.9 127 07/22/2024
4.6.0-preview5.19224.8 126 07/22/2024
4.6.0-preview4.19212.13 143 07/22/2024
4.6.0-preview3.19128.7 128 07/22/2024
4.6.0-preview.19073.11 135 07/22/2024
4.6.0-preview.18571.3 141 07/22/2024
4.5.0 134 07/22/2024
4.5.0-rc1 147 07/22/2024
4.5.0-preview2-26406-04 133 07/22/2024
4.5.0-preview1-26216-02 147 07/22/2024
4.5.0-preview1-25914-04 142 07/22/2024