Microsoft.Extensions.Caching.Abstractions
2.2.0
See the version list below for details.
Install-Package Microsoft.Extensions.Caching.Abstractions -Version 2.2.0
dotnet add package Microsoft.Extensions.Caching.Abstractions --version 2.2.0
<PackageReference Include="Microsoft.Extensions.Caching.Abstractions" Version="2.2.0" />
paket add Microsoft.Extensions.Caching.Abstractions --version 2.2.0
#r "nuget: Microsoft.Extensions.Caching.Abstractions, 2.2.0"
// Install Microsoft.Extensions.Caching.Abstractions as a Cake Addin
#addin nuget:?package=Microsoft.Extensions.Caching.Abstractions&version=2.2.0
// Install Microsoft.Extensions.Caching.Abstractions as a Cake Tool
#tool nuget:?package=Microsoft.Extensions.Caching.Abstractions&version=2.2.0
Caching abstractions for in-memory cache and distributed cache.
Commonly used types:
Microsoft.Extensions.Caching.Distributed.IDistributedCache
Microsoft.Extensions.Caching.Memory.IMemoryCache
This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a
| 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 |
| .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 |
| MonoAndroid | monoandroid |
| MonoMac | monomac |
| MonoTouch | monotouch |
| Tizen | tizen40 tizen60 |
| Xamarin.iOS | xamarinios |
| Xamarin.Mac | xamarinmac |
| Xamarin.TVOS | xamarintvos |
| Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.Extensions.Primitives (>= 2.2.0)
NuGet packages (8)
Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Caching.Abstractions:
| Package | Downloads |
|---|---|
|
DevExpress.AspNetCore.Core
ASP.NET Core Control library renders Bootstrap-powered markup so you can build modern adaptive web applications that work across multiple target platforms. |
|
|
Microsoft.AspNetCore.Session
ASP.NET Core session state middleware. This package was built from the source code at https://github.com/aspnet/Session/tree/774079d60d29762ef7c8bba3f0fa06e73cb323f2 |
|
|
DevExpress.AspNetCore.Spreadsheet
ASP.NET Core Spreadsheet is an Excel-inspired control that allows you to introduce spreadsheet functionality to your application. |
|
|
Microsoft.Extensions.Caching.SqlServer
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server. This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a |
|
|
Microsoft.Extensions.Caching.Redis
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis. This package was built from the source code at https://github.com/aspnet/Extensions/tree/9bc79b2f25a3724376d7af19617c33749a30ea3a |