Microsoft.Extensions.Caching.Abstractions 9.0.0-rc.2.24473.5
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
- Conceptual documentation
- API documentation
Related Packages
- In-memory caching: Microsoft.Extensions.Caching.Memory
- SQL Server caching: Microsoft.Extensions.Caching.SqlServer
- Redis caching: Microsoft.Extensions.Caching.StackExchangeRedis
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.
Showing the top 20 packages that depend on Microsoft.Extensions.Caching.Abstractions.
Packages | Downloads |
---|---|
IdentityServer4
OpenID Connect and OAuth 2.0 Framework for ASP.NET Core
|
56 |
Microsoft.AspNetCore.All
Microsoft.AspNetCore.All
|
51 |
Microsoft.AspNetCore.All
Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core.
This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
|
57 |
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application.
This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
|
54 |
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application.
This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
|
61 |
Microsoft.AspNetCore.App
Provides a default set of APIs for building an ASP.NET Core application.
This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.
This package was built from the source at:
https://github.com/aspnet/Universe/tree/1016eae4004686f7fdad13f5c329f63bbae1f3a1
|
57 |
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
|
263 |
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
|
3,816 |
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
|
4,096 |
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
|
4,596 |
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
|
10,028 |
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
|
15,989 |
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
When using NuGet 3.x this package requires at least version 3.4.
|
11,777 |
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/aspnet/AspNetCore/tree/c75b3f7a2fb9fe21fd96c93c070fdfa88a2fbe97
|
53 |
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/3fe12b935c03138f76364dc877a7e069e254b5b2
|
173 |
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/4e7d976438b0fc17f435804e801d5d68d193ec33
|
51 |
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/6a01dd1e69c8b9bd1ae005ea465ef2bcd26294bf
|
54 |
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/96103c264e5e8f0485d07018ba27b78cd8227dd2
|
55 |
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/c663adee8e64ba5d379fa0edfb8201984a7df7d0
|
64 |
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/ffaea14b06ea8b247fa4894b7d21ecf6da2cafbc
|
71 |
.NET Framework 4.6.2
- Microsoft.Extensions.Primitives (>= 9.0.0-rc.2.24473.5)
- System.Threading.Tasks.Extensions (>= 4.5.4)
.NET 8.0
- Microsoft.Extensions.Primitives (>= 9.0.0-rc.2.24473.5)
.NET 9.0
- Microsoft.Extensions.Primitives (>= 9.0.0-rc.2.24473.5)
.NET Standard 2.0
- Microsoft.Extensions.Primitives (>= 9.0.0-rc.2.24473.5)
- System.Threading.Tasks.Extensions (>= 4.5.4)
Version | Downloads | Last updated |
---|---|---|
9.0.0-rc.2.24473.5 | 4 | 10/17/2024 |
9.0.0-rc.1.24431.7 | 9 | 09/14/2024 |
9.0.0-preview.7.24405.7 | 12 | 08/15/2024 |
9.0.0-preview.6.24327.7 | 7 | 07/11/2024 |
9.0.0-preview.5.24306.7 | 10 | 06/12/2024 |
9.0.0-preview.4.24266.19 | 10 | 05/22/2024 |
9.0.0-preview.3.24172.9 | 9 | 04/17/2024 |
9.0.0-preview.2.24128.5 | 8 | 03/14/2024 |
9.0.0-preview.1.24080.9 | 9 | 02/26/2024 |
8.0.0 | 10 | 11/16/2023 |
8.0.0-rc.2.23479.6 | 17 | 10/13/2023 |
8.0.0-rc.1.23419.4 | 16 | 09/13/2023 |
8.0.0-preview.7.23375.6 | 15 | 08/23/2023 |
8.0.0-preview.6.23329.7 | 16 | 09/13/2023 |
8.0.0-preview.5.23280.8 | 16 | 06/17/2023 |
8.0.0-preview.4.23259.5 | 11 | 05/19/2023 |
8.0.0-preview.3.23174.8 | 14 | 06/17/2023 |
8.0.0-preview.2.23128.3 | 14 | 09/12/2023 |
8.0.0-preview.1.23110.8 | 16 | 09/13/2023 |
7.0.0 | 4,103 | 11/15/2022 |
7.0.0-rc.2.22472.3 | 15 | 10/15/2022 |
7.0.0-rc.1.22426.10 | 20 | 09/24/2022 |
7.0.0-preview.7.22375.6 | 16 | 10/20/2022 |
7.0.0-preview.6.22324.4 | 14 | 10/20/2022 |
7.0.0-preview.5.22301.12 | 17 | 09/23/2022 |
7.0.0-preview.4.22229.4 | 23 | 09/22/2022 |
7.0.0-preview.3.22175.4 | 17 | 10/20/2022 |
7.0.0-preview.2.22152.2 | 16 | 10/20/2022 |
7.0.0-preview.1.22076.8 | 14 | 09/24/2022 |
6.0.2-mauipre.1.22102.15 | 20 | 09/24/2022 |
6.0.2-mauipre.1.22054.8 | 23 | 09/25/2022 |
6.0.0 | 15,950 | 06/27/2022 |
6.0.0-rc.2.21480.5 | 18 | 10/20/2022 |
6.0.0-rc.1.21451.13 | 17 | 09/23/2022 |
6.0.0-preview.7.21377.19 | 22 | 09/24/2022 |
6.0.0-preview.6.21352.12 | 19 | 09/24/2022 |
6.0.0-preview.5.21301.5 | 18 | 09/24/2022 |
6.0.0-preview.4.21253.7 | 21 | 09/23/2022 |
6.0.0-preview.3.21201.4 | 16 | 09/23/2022 |
6.0.0-preview.2.21154.6 | 20 | 09/25/2022 |
6.0.0-preview.1.21102.12 | 18 | 09/24/2022 |
5.0.0 | 11,824 | 06/27/2022 |
5.0.0-rc.2.20475.5 | 19 | 09/24/2022 |
5.0.0-rc.1.20451.14 | 23 | 09/22/2022 |
5.0.0-preview.8.20407.11 | 19 | 07/25/2022 |
5.0.0-preview.7.20364.11 | 17 | 09/24/2022 |
5.0.0-preview.6.20305.6 | 19 | 09/25/2022 |
5.0.0-preview.5.20278.1 | 18 | 09/26/2022 |
5.0.0-preview.4.20251.6 | 19 | 09/23/2022 |
5.0.0-preview.3.20215.2 | 15 | 09/24/2022 |
5.0.0-preview.2.20160.3 | 22 | 09/26/2022 |
5.0.0-preview.1.20120.4 | 19 | 09/22/2022 |
3.1.32 | 8 | 01/08/2023 |
3.1.31 | 11 | 01/08/2023 |
3.1.30 | 10 | 10/20/2022 |
3.1.29 | 20 | 09/21/2022 |
3.1.28 | 12 | 10/20/2022 |
3.1.27 | 16 | 09/24/2022 |
3.1.26 | 16 | 09/22/2022 |
3.1.25 | 17 | 10/20/2022 |
3.1.24 | 17 | 09/24/2022 |
3.1.23 | 20 | 07/01/2022 |
3.1.22 | 19 | 07/31/2022 |
3.1.21 | 15 | 09/22/2022 |
3.1.20 | 14 | 09/25/2022 |
3.1.19 | 10 | 09/22/2022 |
3.1.18 | 15 | 07/30/2022 |
3.1.17 | 17 | 09/23/2022 |
3.1.16 | 19 | 07/15/2022 |
3.1.15 | 16 | 09/23/2022 |
3.1.14 | 13 | 10/20/2022 |
3.1.13 | 17 | 06/29/2022 |
3.1.12 | 17 | 09/24/2022 |
3.1.11 | 17 | 09/25/2022 |
3.1.10 | 18 | 07/16/2022 |
3.1.9 | 20 | 09/23/2022 |
3.1.8 | 14 | 08/22/2022 |
3.1.7 | 16 | 09/26/2022 |
3.1.6 | 13 | 10/20/2022 |
3.1.5 | 10,037 | 06/27/2022 |
3.1.4 | 22 | 08/17/2022 |
3.1.3 | 18 | 09/26/2022 |
3.1.2 | 16 | 09/02/2022 |
3.1.1 | 16 | 09/21/2022 |
3.1.0 | 265 | 07/03/2022 |
3.1.0-preview3.19553.2 | 16 | 09/22/2022 |
3.1.0-preview2.19525.4 | 21 | 09/27/2022 |
3.1.0-preview1.19506.1 | 19 | 09/23/2022 |
3.0.3 | 16 | 10/20/2022 |
3.0.2 | 15 | 09/24/2022 |
3.0.1 | 16 | 10/20/2022 |
3.0.0 | 16 | 09/26/2022 |
3.0.0-rc1.19456.10 | 22 | 07/21/2022 |
3.0.0-preview9.19423.4 | 18 | 07/13/2022 |
3.0.0-preview8.19405.4 | 21 | 07/19/2022 |
3.0.0-preview7.19362.4 | 17 | 09/22/2022 |
3.0.0-preview6.19304.6 | 20 | 07/10/2022 |
3.0.0-preview5.19227.9 | 23 | 06/30/2022 |
3.0.0-preview4.19216.2 | 22 | 09/26/2022 |
3.0.0-preview3.19153.1 | 14 | 07/02/2022 |
3.0.0-preview.19074.2 | 21 | 09/26/2022 |
3.0.0-preview.18572.1 | 22 | 07/11/2022 |
2.2.0 | 16 | 09/23/2022 |
2.2.0-preview3-35497 | 15 | 09/23/2022 |
2.2.0-preview2-35157 | 21 | 09/21/2022 |
2.2.0-preview1-35029 | 18 | 09/24/2022 |
2.1.23 | 16 | 09/21/2022 |
2.1.2 | 11 | 09/22/2022 |
2.1.1 | 12 | 09/24/2022 |
2.1.0 | 15 | 07/14/2022 |
2.1.0-rc1-final | 22 | 09/21/2022 |
2.1.0-preview2-final | 21 | 09/23/2022 |
2.1.0-preview1-final | 18 | 09/23/2022 |
2.0.2 | 13 | 10/20/2022 |
2.0.1 | 17 | 09/21/2022 |
2.0.0 | 19 | 07/02/2022 |
2.0.0-preview2-final | 22 | 10/20/2022 |
2.0.0-preview1-final | 17 | 10/20/2022 |
1.1.2 | 16 | 09/23/2022 |
1.1.1 | 15 | 07/10/2022 |
1.1.0 | 3,813 | 06/27/2022 |
1.1.0-preview1-final | 22 | 09/23/2022 |
1.0.2 | 14 | 09/21/2022 |
1.0.1 | 19 | 09/23/2022 |
1.0.0 | 16 | 06/27/2022 |
1.0.0-rc2-final | 17 | 09/23/2022 |
1.0.0-rc1-final | 21 | 09/23/2022 |