System.Runtime.Caching 10.0.2
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.
Related Packages
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 |
|---|---|
|
OrchardCore.AdminMenu
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
Provides ability to create custom admin menus in Admin section.
|
10 |
|
OrchardCore.Media
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
The media module adds media management support.
|
10 |
|
OrchardCore.ArchiveLater
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
The Archive Later module adds the ability to schedule content items to be archived at a given future date and time.
|
10 |
|
OrchardCore.Media.Azure
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
Enables support for storing media files in Microsoft Azure Blob Storage
|
10 |
|
OrchardCore.Lists
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
Provides container enabled List content type. It allows to associate content items to a parent container. For example, A blog contains a list of blog posts.
|
10 |
|
OrchardCore.ReCaptcha
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
Provides ReCaptcha functionality.
|
10 |
|
OrchardCore.OpenId.Core
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
Core implementation for OpenId.
|
10 |
|
OrchardCore.ContentLocalization
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
Provide features to localize content.
|
10 |
|
TheAdmin
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
The default Admin theme of OrchardCore CMS
|
10 |
|
OrchardCore.Users.Core
Orchard Core CMS is a Web Content Management System (CMS) built on top of the Orchard Core Framework.
Core implementation for Users module.
|
9 |
|
Microsoft.PowerShell.SDK
Runtime for hosting PowerShell
|
9 |
|
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 Core as well as .NET Standard.
When using NuGet 3.x this package requires at least version 3.4.
|
9 |
|
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 Core as well as .NET Standard.
|
9 |
|
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.
|
9 |
.NET 8.0
- System.Configuration.ConfigurationManager (>= 10.0.2)
.NET 9.0
- System.Configuration.ConfigurationManager (>= 10.0.2)
.NET 10.0
- System.Configuration.ConfigurationManager (>= 10.0.2)
.NET Standard 2.0
- System.Configuration.ConfigurationManager (>= 10.0.2)