Microsoft.Extensions.Caching.Abstractions 8.0.0

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

// Install Microsoft.Extensions.Caching.Abstractions as a Cake Tool
#tool nuget:?package=Microsoft.Extensions.Caching.Abstractions&version=8.0.0                

About

Provides the abstractions to create and use in-memory and distributed caching in your applications.

This library defines how in-memory and distributed caches should be implemented; it doesn’t contain any cache implementation. With the abstractions provided in this library, various types of caches can be built and used interchangeably, whether the data is kept in memory, in files, or even across a network.

Key Features

  • Interfaces for building and using in-memory and distributed caches.

How to Use

This package is typically used with an implementation of the caching abstractions, such as Microsoft.Extensions.Caching.Memory or Microsoft.Extensions.Caching.SqlServer.

Main Types

The main types provided by this library are:

  • Microsoft.Extensions.Caching.Abstractions.ICacheEntry
  • Microsoft.Extensions.Caching.Abstractions.IMemoryCache
  • Microsoft.Extensions.Caching.Abstractions.IDistributedCache

Additional Documentation

Feedback & Contributing

Microsoft.Extensions.Caching.Abstractions 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. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1.6K)

Showing the top 5 NuGet packages that depend on Microsoft.Extensions.Caching.Abstractions:

Package Downloads
Microsoft.Extensions.Caching.Memory

In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.

Microsoft.Extensions.Identity.Stores

ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f5084525411d53b81d9950b68616117750b674d4

Microsoft.Extensions.Caching.StackExchangeRedis

Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Redis. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/f5084525411d53b81d9950b68616117750b674d4

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/dotnet/aspnetcore/tree/f5084525411d53b81d9950b68616117750b674d4

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

GitHub repositories (134)

Showing the top 5 popular GitHub repositories that depend on Microsoft.Extensions.Caching.Abstractions:

Repository Stars
jellyfin/jellyfin
The Free Software Media System
elsa-workflows/elsa-core
A .NET workflows library
DotNetNext/SqlSugar
.Net aot ORM Fastest ORM Simple Easy VB.NET Sqlite orm Oracle ORM Mysql Orm 虚谷数据库 postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ,TDengine ORM,OceanBase orm,GaussDB orm ,Tidb orm Object/Relational Mapping
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 8 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
opserver/Opserver
Stack Exchange's Monitoring System
Version Downloads Last updated
9.0.0-preview.6.24327.7 20,480 7/9/2024
9.0.0-preview.5.24306.7 32,062 6/11/2024
9.0.0-preview.4.24266.19 37,307 5/21/2024
9.0.0-preview.3.24172.9 100,961 4/11/2024
9.0.0-preview.2.24128.5 69,639 3/12/2024
9.0.0-preview.1.24080.9 71,977 2/13/2024
8.0.0 56,914,993 11/14/2023
8.0.0-rc.2.23479.6 907,840 10/10/2023
8.0.0-rc.1.23419.4 276,160 9/12/2023
8.0.0-preview.7.23375.6 272,185 8/8/2023
8.0.0-preview.6.23329.7 159,078 7/11/2023
8.0.0-preview.5.23280.8 127,955 6/13/2023
8.0.0-preview.4.23259.5 266,051 5/16/2023
8.0.0-preview.3.23174.8 202,888 4/11/2023
8.0.0-preview.2.23128.3 198,450 3/14/2023
8.0.0-preview.1.23110.8 204,051 2/21/2023
7.0.0 125,939,778 11/7/2022
7.0.0-rc.2.22472.3 264,175 10/11/2022
7.0.0-rc.1.22426.10 343,260 9/14/2022
7.0.0-preview.7.22375.6 114,991 8/9/2022
7.0.0-preview.6.22324.4 96,744 7/12/2022
7.0.0-preview.5.22301.12 88,459 6/14/2022
7.0.0-preview.4.22229.4 100,788 5/10/2022
7.0.0-preview.3.22175.4 87,065 4/13/2022
7.0.0-preview.2.22152.2 118,256 3/14/2022
7.0.0-preview.1.22076.8 79,175 2/17/2022
6.0.0 279,963,779 11/8/2021
6.0.0-rc.2.21480.5 467,465 10/12/2021
6.0.0-rc.1.21451.13 231,547 9/14/2021
6.0.0-preview.7.21377.19 103,862 8/10/2021
6.0.0-preview.6.21352.12 54,622 7/14/2021
6.0.0-preview.5.21301.5 200,552 6/15/2021
6.0.0-preview.4.21253.7 120,397 5/24/2021
6.0.0-preview.3.21201.4 105,088 4/8/2021
6.0.0-preview.2.21154.6 79,037 3/11/2021
6.0.0-preview.1.21102.12 378,265 2/12/2021
5.0.0 185,453,238 11/9/2020
5.0.0-rc.2.20475.5 383,460 10/13/2020
5.0.0-rc.1.20451.14 336,163 9/14/2020
5.0.0-preview.8.20407.11 201,651 8/25/2020
5.0.0-preview.7.20364.11 126,225 7/21/2020
5.0.0-preview.6.20305.6 83,807 6/25/2020
5.0.0-preview.5.20278.1 16,796 6/10/2020
5.0.0-preview.4.20251.6 252,801 5/18/2020
5.0.0-preview.3.20215.2 130,460 4/23/2020
5.0.0-preview.2.20160.3 114,808 4/2/2020
5.0.0-preview.1.20120.4 75,586 3/16/2020
3.1.32 4,399,958 12/13/2022
3.1.31 897,436 11/8/2022
3.1.30 1,258,982 10/11/2022
3.1.29 1,211,068 9/13/2022
3.1.28 891,402 8/9/2022
3.1.27 914,024 7/12/2022
3.1.26 758,390 6/14/2022
3.1.25 1,289,031 5/10/2022
3.1.24 881,509 4/11/2022
3.1.23 1,575,979 3/8/2022
3.1.22 4,711,318 12/14/2021
3.1.21 3,713,278 11/7/2021
3.1.20 2,076,306 10/11/2021
3.1.19 2,864,287 9/14/2021
3.1.18 5,806,488 8/10/2021
3.1.17 2,914,183 7/13/2021
3.1.16 3,957,088 6/8/2021
3.1.15 3,767,092 5/11/2021
3.1.14 4,792,062 4/6/2021
3.1.13 5,732,005 3/9/2021
3.1.12 4,643,184 2/9/2021
3.1.11 6,768,850 1/12/2021
3.1.10 12,550,016 11/9/2020
3.1.9 19,735,254 10/13/2020
3.1.8 32,454,725 9/8/2020
3.1.7 17,995,555 8/11/2020
3.1.6 17,848,366 7/14/2020
3.1.5 19,088,071 6/9/2020
3.1.4 22,006,633 5/12/2020
3.1.3 33,114,343 3/24/2020
3.1.2 17,087,669 2/18/2020
3.1.1 25,220,422 1/14/2020
3.1.0 46,297,260 12/3/2019
3.1.0-preview3.19553.2 159,584 11/13/2019
3.1.0-preview2.19525.4 34,361 11/1/2019
3.1.0-preview1.19506.1 719,467 10/15/2019
3.0.3 344,504 2/18/2020
3.0.2 126,904 1/14/2020
3.0.1 2,370,689 11/18/2019
3.0.0 38,538,438 9/23/2019
3.0.0-rc1.19456.10 46,804 9/16/2019
3.0.0-preview9.19423.4 1,331,236 9/4/2019
3.0.0-preview8.19405.4 399,161 8/13/2019
3.0.0-preview7.19362.4 93,224 7/23/2019
3.0.0-preview6.19304.6 172,371 6/12/2019
3.0.0-preview5.19227.9 630,178 5/6/2019
3.0.0-preview4.19216.2 23,433 4/18/2019
3.0.0-preview3.19153.1 213,233 3/6/2019
3.0.0-preview.19074.2 31,770 1/29/2019
3.0.0-preview.18572.1 52,111 12/3/2018
2.2.0 166,938,833 12/3/2018
2.2.0-preview3-35497 259,005 10/17/2018
2.2.0-preview2-35157 180,447 9/12/2018
2.2.0-preview1-35029 107,474 8/22/2018
2.1.23 1,078,439 10/13/2020
2.1.2 49,765,779 8/21/2018
2.1.1 45,832,312 6/18/2018
2.1.0 65,758,064 5/29/2018
2.1.0-rc1-final 250,048 5/6/2018
2.1.0-preview2-final 236,521 4/10/2018
2.1.0-preview1-final 389,938 2/26/2018
2.0.2 11,187,902 5/7/2018
2.0.1 16,674,687 3/13/2018
2.0.0 104,984,407 8/11/2017
2.0.0-preview2-final 138,800 6/28/2017
2.0.0-preview1-final 1,037,649 5/10/2017
1.1.2 8,232,255 5/9/2017
1.1.1 16,408,724 3/6/2017
1.1.0 9,068,986 11/16/2016
1.1.0-preview1-final 78,909 10/24/2016
1.0.2 4,036,772 3/6/2017
1.0.1 654,522 12/12/2016
1.0.0 219,676,709 6/27/2016
1.0.0-rc2-final 284,440 5/16/2016
1.0.0-rc1-final 516,567 11/18/2015