Microsoft.Extensions.Caching.Abstractions 9.0.3

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 9.0.3                
NuGet\Install-Package Microsoft.Extensions.Caching.Abstractions -Version 9.0.3                
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="9.0.3" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.Extensions.Caching.Abstractions --version 9.0.3                
#r "nuget: Microsoft.Extensions.Caching.Abstractions, 9.0.3"                
#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=9.0.3

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

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 was computed.  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 was computed.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.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.9K)

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/763b4ef31ca4df6dae07c7ee8f39ea259b6980fa

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/704f7cb1d2cea33afb00c2097731216f121c2c73

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/763b4ef31ca4df6dae07c7ee8f39ea259b6980fa

Microsoft.AspNetCore.Session

ASP.NET Core session state middleware.

GitHub repositories (135)

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

Repository Stars
jellyfin/jellyfin
The Free Software Media System - Server Backend & API
DotNetNext/SqlSugar
.Net aot ORM Fastest ORM DB2 Hana 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
umbraco/Umbraco-CMS
Umbraco is a free and open source .NET content management system helping you deliver delightful digital experiences.
openiddict/openiddict-core
Flexible and versatile OAuth 2.0/OpenID Connect stack for .NET
opserver/Opserver
Stack Exchange's Monitoring System
Version Downloads Last updated
10.0.0-preview.2.25163.2 1,230 3/18/2025
10.0.0-preview.1.25080.5 7,033 2/25/2025
9.0.3 991,149 3/11/2025
9.0.2 3,856,655 2/11/2025
9.0.1 5,164,885 1/14/2025
9.0.0 14,443,841 11/12/2024
9.0.0-rc.2.24473.5 501,731 10/8/2024
9.0.0-rc.1.24431.7 193,983 9/10/2024
9.0.0-preview.7.24405.7 355,838 8/13/2024
9.0.0-preview.6.24327.7 207,991 7/9/2024
9.0.0-preview.5.24306.7 89,445 6/11/2024
9.0.0-preview.4.24266.19 76,389 5/21/2024
9.0.0-preview.3.24172.9 192,827 4/11/2024
9.0.0-preview.2.24128.5 99,220 3/12/2024
9.0.0-preview.1.24080.9 115,405 2/13/2024
8.0.0 183,930,409 11/14/2023
8.0.0-rc.2.23479.6 1,398,566 10/10/2023
8.0.0-rc.1.23419.4 375,411 9/12/2023
8.0.0-preview.7.23375.6 500,588 8/8/2023
8.0.0-preview.6.23329.7 233,158 7/11/2023
8.0.0-preview.5.23280.8 188,448 6/13/2023
8.0.0-preview.4.23259.5 373,881 5/16/2023
8.0.0-preview.3.23174.8 261,633 4/11/2023
8.0.0-preview.2.23128.3 214,307 3/14/2023
8.0.0-preview.1.23110.8 232,401 2/21/2023
7.0.0 162,701,089 11/7/2022
7.0.0-rc.2.22472.3 286,231 10/11/2022
7.0.0-rc.1.22426.10 362,523 9/14/2022
7.0.0-preview.7.22375.6 128,215 8/9/2022
7.0.0-preview.6.22324.4 105,363 7/12/2022
7.0.0-preview.5.22301.12 94,299 6/14/2022
7.0.0-preview.4.22229.4 108,798 5/10/2022
7.0.0-preview.3.22175.4 93,721 4/13/2022
7.0.0-preview.2.22152.2 123,313 3/14/2022
7.0.0-preview.1.22076.8 86,377 2/17/2022
6.0.1 1,154,630 11/12/2024
6.0.0 340,966,530 11/8/2021
6.0.0-rc.2.21480.5 545,426 10/12/2021
6.0.0-rc.1.21451.13 285,124 9/14/2021
6.0.0-preview.7.21377.19 111,267 8/10/2021
6.0.0-preview.6.21352.12 56,499 7/14/2021
6.0.0-preview.5.21301.5 213,558 6/15/2021
6.0.0-preview.4.21253.7 129,513 5/24/2021
6.0.0-preview.3.21201.4 111,373 4/8/2021
6.0.0-preview.2.21154.6 81,524 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21102.12 382,827 2/12/2021 6.0.0-preview.1.21102.12 is deprecated because it is no longer maintained.
5.0.0 202,559,898 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 392,179 10/13/2020 5.0.0-rc.2.20475.5 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.14 342,321 9/14/2020 5.0.0-rc.1.20451.14 is deprecated because it is no longer maintained.
5.0.0-preview.8.20407.11 206,847 8/25/2020 5.0.0-preview.8.20407.11 is deprecated because it is no longer maintained.
5.0.0-preview.7.20364.11 128,917 7/21/2020 5.0.0-preview.7.20364.11 is deprecated because it is no longer maintained.
5.0.0-preview.6.20305.6 85,013 6/25/2020 5.0.0-preview.6.20305.6 is deprecated because it is no longer maintained.
5.0.0-preview.5.20278.1 19,702 6/10/2020 5.0.0-preview.5.20278.1 is deprecated because it is no longer maintained.
5.0.0-preview.4.20251.6 254,677 5/18/2020 5.0.0-preview.4.20251.6 is deprecated because it is no longer maintained.
5.0.0-preview.3.20215.2 133,590 4/23/2020 5.0.0-preview.3.20215.2 is deprecated because it is no longer maintained.
5.0.0-preview.2.20160.3 117,613 4/2/2020 5.0.0-preview.2.20160.3 is deprecated because it is no longer maintained.
5.0.0-preview.1.20120.4 76,491 3/16/2020 5.0.0-preview.1.20120.4 is deprecated because it is no longer maintained.
3.1.32 7,153,425 12/13/2022
3.1.31 1,406,417 11/8/2022
3.1.30 1,642,575 10/11/2022
3.1.29 1,644,768 9/13/2022
3.1.28 1,058,767 8/9/2022
3.1.27 1,025,874 7/12/2022
3.1.26 840,342 6/14/2022
3.1.25 1,450,841 5/10/2022
3.1.24 986,406 4/11/2022
3.1.23 1,780,609 3/8/2022
3.1.22 5,680,501 12/14/2021
3.1.21 4,064,324 11/7/2021
3.1.20 2,430,651 10/11/2021
3.1.19 3,059,118 9/14/2021
3.1.18 6,264,238 8/10/2021
3.1.17 3,116,149 7/13/2021
3.1.16 4,356,409 6/8/2021
3.1.15 4,089,536 5/11/2021
3.1.14 5,233,043 4/6/2021
3.1.13 6,209,000 3/9/2021
3.1.12 4,996,864 2/9/2021
3.1.11 7,186,280 1/12/2021
3.1.10 13,560,338 11/9/2020
3.1.9 20,874,285 10/13/2020
3.1.8 35,792,147 9/8/2020
3.1.7 19,283,241 8/11/2020
3.1.6 19,031,917 7/14/2020
3.1.5 20,051,327 6/9/2020
3.1.4 23,138,650 5/12/2020
3.1.3 35,172,778 3/24/2020
3.1.2 17,891,197 2/18/2020
3.1.1 26,651,216 1/14/2020
3.1.0 51,750,968 12/3/2019
3.1.0-preview3.19553.2 163,896 11/13/2019 3.1.0-preview3.19553.2 is deprecated because it is no longer maintained.
3.1.0-preview2.19525.4 35,174 11/1/2019 3.1.0-preview2.19525.4 is deprecated because it is no longer maintained.
3.1.0-preview1.19506.1 760,401 10/15/2019 3.1.0-preview1.19506.1 is deprecated because it is no longer maintained.
3.0.3 378,207 2/18/2020 3.0.3 is deprecated because it is no longer maintained.
3.0.2 129,647 1/14/2020 3.0.2 is deprecated because it is no longer maintained.
3.0.1 2,454,478 11/18/2019 3.0.1 is deprecated because it is no longer maintained.
3.0.0 42,620,529 9/23/2019 3.0.0 is deprecated because it is no longer maintained.
3.0.0-rc1.19456.10 47,669 9/16/2019 3.0.0-rc1.19456.10 is deprecated because it is no longer maintained.
3.0.0-preview9.19423.4 1,377,749 9/4/2019 3.0.0-preview9.19423.4 is deprecated because it is no longer maintained.
3.0.0-preview8.19405.4 414,488 8/13/2019 3.0.0-preview8.19405.4 is deprecated because it is no longer maintained.
3.0.0-preview7.19362.4 95,878 7/23/2019 3.0.0-preview7.19362.4 is deprecated because it is no longer maintained.
3.0.0-preview6.19304.6 179,412 6/12/2019 3.0.0-preview6.19304.6 is deprecated because it is no longer maintained.
3.0.0-preview5.19227.9 653,071 5/6/2019 3.0.0-preview5.19227.9 is deprecated because it is no longer maintained.
3.0.0-preview4.19216.2 23,951 4/18/2019 3.0.0-preview4.19216.2 is deprecated because it is no longer maintained.
3.0.0-preview3.19153.1 219,103 3/6/2019 3.0.0-preview3.19153.1 is deprecated because it is no longer maintained.
3.0.0-preview.19074.2 33,179 1/29/2019 3.0.0-preview.19074.2 is deprecated because it is no longer maintained.
3.0.0-preview.18572.1 53,693 12/3/2018 3.0.0-preview.18572.1 is deprecated because it is no longer maintained.
2.2.0 190,252,986 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 262,402 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 187,209 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 109,798 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.23 1,256,604 10/13/2020
2.1.2 70,163,633 8/21/2018
2.1.1 50,228,702 6/18/2018
2.1.0 75,802,816 5/29/2018
2.1.0-rc1-final 258,041 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 247,042 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 400,210 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.2 11,752,610 5/7/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 17,274,948 3/13/2018 2.0.1 is deprecated because it is no longer maintained.
2.0.0 114,016,893 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 142,576 6/28/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 1,064,145 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.2 8,907,633 5/9/2017 1.1.2 is deprecated because it is no longer maintained.
1.1.1 17,642,587 3/6/2017 1.1.1 is deprecated because it is no longer maintained.
1.1.0 10,124,997 11/16/2016 1.1.0 is deprecated because it is no longer maintained.
1.1.0-preview1-final 80,040 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.2 4,337,243 3/6/2017 1.0.2 is deprecated because it is no longer maintained.
1.0.1 662,628 12/12/2016 1.0.1 is deprecated because it is no longer maintained.
1.0.0 275,539,701 6/27/2016 1.0.0 is deprecated because it is no longer maintained.
1.0.0-rc2-final 297,674 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.
1.0.0-rc1-final 523,127 11/18/2015 1.0.0-rc1-final is deprecated because it is no longer maintained.