System.Runtime.Caching
7.0.0
dotnet add package System.Runtime.Caching --version 7.0.0
NuGet\Install-Package System.Runtime.Caching -Version 7.0.0
<PackageReference Include="System.Runtime.Caching" Version="7.0.0" />
paket add System.Runtime.Caching --version 7.0.0
#r "nuget: System.Runtime.Caching, 7.0.0"
// Install System.Runtime.Caching as a Cake Addin
#addin nuget:?package=System.Runtime.Caching&version=7.0.0
// Install System.Runtime.Caching as a Cake Tool
#tool nuget:?package=System.Runtime.Caching&version=7.0.0
Provides classes to use caching facilities.
Commonly Used Types:
System.Runtime.Caching.CacheEntryChangeMonitor
System.Runtime.Caching.CacheEntryRemovedArguments
System.Runtime.Caching.CacheEntryUpdateArguments
System.Runtime.Caching.CacheItem
System.Runtime.Caching.CacheItemPolicy
System.Runtime.Caching.ChangeMonitor
System.Runtime.Caching.FileChangeMonitor
System.Runtime.Caching.HostFileChangeMonitor
System.Runtime.Caching.MemoryCache
System.Runtime.Caching.ObjectCache
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 net481 |
MonoAndroid | monoandroid monoandroid10 |
MonoMac | monomac |
MonoTouch | monotouch monotouch10 |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios xamarinios10 |
Xamarin.Mac | xamarinmac xamarinmac20 |
Xamarin.TVOS | xamarintvos xamarintvos10 |
Xamarin.WatchOS | xamarinwatchos xamarinwatchos10 |
-
.NETStandard 2.0
- System.Configuration.ConfigurationManager (>= 7.0.0)
-
net6.0
- System.Configuration.ConfigurationManager (>= 7.0.0)
-
net7.0
- System.Configuration.ConfigurationManager (>= 7.0.0)
NuGet packages (457)
Showing the top 5 NuGet packages that depend on System.Runtime.Caching:
Package | 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 using NuGet 3.x this package requires at least version 3.4. |
|
Microsoft.Windows.Compatibility
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
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
Entity Framework Plus extends your DbContext with must-haves features: Include Filter, Auditing, Caching, Query Future, Batch Delete, Batch Update, and more |
|
Microsoft.SqlServer.DacFx
The Microsoft SQL Server Data-Tier Application Framework (DacFx) is a component which provides application lifecycle services for database development and management for Microsoft SQL Server and Microsoft Azure SQL Databases. DacFx supports various database deployment and management scenarios for SQL Server and Microsoft Azure SQL Databases including extracting / exporting a live database to a DAC package, deploying a DAC package to a new or existing database, and migrating from on-premises to Microsoft Azure. This functionality is exposed via the DacFx API. DacFx can target SQL Server 2008 and newer, as well as Microsoft Azure SQL. This nuget package is a lightweight version of DacFx. If you would like to use the command-line utility SqlPackage.exe for creating and deploying .dacpac and .bacpac packages, please download SqlPackage.exe for Windows, macOS, or Linux from http://aka.ms/sqlpackage. |
GitHub repositories (47)
Showing the top 5 popular GitHub repositories that depend on System.Runtime.Caching:
Repository | Stars |
---|---|
microsoft/PowerToys
Windows system utilities to maximize productivity
|
|
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
|
|
dotnet/samples
Sample code referenced by the .NET documentation
|