Microsoft.Extensions.Caching.Abstractions 9.0.0-preview.5.24306.7
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 |
---|---|
Microsoft.Extensions.Caching.Memory
ASP.NET 5 in memory cache abstractions and implementation.
|
35 |
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
|
35 |
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
|
37 |
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
|
47 |
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
|
51 |
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
|
70 |
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
|
94 |
Microsoft.Extensions.Caching.Memory
In-memory cache implementation of Microsoft.Extensions.Caching.Memory.IMemoryCache.
|
105 |
Microsoft.Extensions.Caching.SqlServer
Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server.
|
36 |
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/1f49b6637a0c3a6af34b42332e06966e4d383d54
|
38 |
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/9699b939f94b7524a178821d78addefa5af5d750
|
38 |
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/25bd01f17d5f01fc78bea5eb5308b2c0d79e2889
|
39 |
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/54142bcb25544b72fac28b1b061e7788c91c4f49
|
37 |
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/ab1f1c636afa3a6607f2d67bc387b586596d1d38
|
34 |
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/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d
|
34 |
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/d6f154cca3863703cf87c8b840eea9cbe20229b2
|
35 |
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/d827c653b787c07de908240b7746ce34d3e6271e
|
35 |
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/e56abc45c4f8adc518abfc11a59849d616431e2c
|
35 |
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/e71b34dbb2c0883145c658bed8814ae45f6fe15e
|
34 |
.NET Framework 4.6.2
- Microsoft.Extensions.Primitives (>= 9.0.0-preview.5.24306.7)
.NET 8.0
- Microsoft.Extensions.Primitives (>= 9.0.0-preview.5.24306.7)
.NET 9.0
- Microsoft.Extensions.Primitives (>= 9.0.0-preview.5.24306.7)
.NET Standard 2.0
- Microsoft.Extensions.Primitives (>= 9.0.0-preview.5.24306.7)
Version | Downloads | Last updated |
---|---|---|
9.0.0-rc.2.24473.5 | 3 | 10/14/2024 |
9.0.0-rc.1.24431.7 | 3 | 09/21/2024 |
9.0.0-preview.7.24405.7 | 7 | 08/21/2024 |
9.0.0-preview.6.24327.7 | 27 | 07/19/2024 |
9.0.0-preview.5.24306.7 | 22 | 07/19/2024 |
9.0.0-preview.4.24266.19 | 32 | 07/19/2024 |
9.0.0-preview.3.24172.9 | 25 | 07/19/2024 |
9.0.0-preview.2.24128.5 | 29 | 07/19/2024 |
9.0.0-preview.1.24080.9 | 23 | 07/19/2024 |
8.0.0 | 89 | 02/04/2024 |
8.0.0-rc.2.23479.6 | 22 | 07/19/2024 |
8.0.0-rc.1.23419.4 | 25 | 07/19/2024 |
8.0.0-preview.7.23375.6 | 32 | 07/19/2024 |
8.0.0-preview.6.23329.7 | 24 | 07/19/2024 |
8.0.0-preview.5.23280.8 | 28 | 07/19/2024 |
8.0.0-preview.4.23259.5 | 19 | 07/19/2024 |
8.0.0-preview.3.23174.8 | 29 | 07/19/2024 |
8.0.0-preview.2.23128.3 | 31 | 07/19/2024 |
8.0.0-preview.1.23110.8 | 21 | 07/19/2024 |
7.0.0 | 83 | 02/04/2024 |
7.0.0-rc.2.22472.3 | 24 | 07/19/2024 |
7.0.0-rc.1.22426.10 | 24 | 07/19/2024 |
7.0.0-preview.7.22375.6 | 28 | 07/19/2024 |
7.0.0-preview.6.22324.4 | 25 | 07/19/2024 |
7.0.0-preview.5.22301.12 | 27 | 07/19/2024 |
7.0.0-preview.4.22229.4 | 20 | 07/19/2024 |
7.0.0-preview.3.22175.4 | 20 | 07/19/2024 |
7.0.0-preview.2.22152.2 | 27 | 07/19/2024 |
7.0.0-preview.1.22076.8 | 31 | 07/19/2024 |
6.0.2-mauipre.1.22102.15 | 4 | 08/16/2024 |
6.0.0 | 71 | 02/04/2024 |
6.0.0-rc.2.21480.5 | 32 | 07/19/2024 |
6.0.0-rc.1.21451.13 | 29 | 07/19/2024 |
6.0.0-preview.7.21377.19 | 23 | 07/19/2024 |
6.0.0-preview.6.21352.12 | 36 | 07/19/2024 |
6.0.0-preview.5.21301.5 | 33 | 07/19/2024 |
6.0.0-preview.4.21253.7 | 23 | 07/19/2024 |
6.0.0-preview.3.21201.4 | 19 | 07/19/2024 |
6.0.0-preview.2.21154.6 | 30 | 07/19/2024 |
6.0.0-preview.1.21102.12 | 28 | 07/19/2024 |
5.0.0 | 30 | 07/19/2024 |
5.0.0-rc.2.20475.5 | 26 | 07/19/2024 |
5.0.0-rc.1.20451.14 | 27 | 07/19/2024 |
5.0.0-preview.8.20407.11 | 30 | 07/19/2024 |
5.0.0-preview.7.20364.11 | 23 | 07/19/2024 |
5.0.0-preview.6.20305.6 | 32 | 07/19/2024 |
5.0.0-preview.5.20278.1 | 19 | 07/19/2024 |
5.0.0-preview.4.20251.6 | 27 | 07/19/2024 |
5.0.0-preview.3.20215.2 | 30 | 07/19/2024 |
5.0.0-preview.2.20160.3 | 26 | 07/19/2024 |
5.0.0-preview.1.20120.4 | 21 | 07/19/2024 |
3.1.32 | 21 | 07/19/2024 |
3.1.31 | 26 | 07/19/2024 |
3.1.30 | 26 | 07/19/2024 |
3.1.29 | 24 | 07/19/2024 |
3.1.28 | 17 | 07/19/2024 |
3.1.27 | 27 | 07/19/2024 |
3.1.26 | 25 | 07/19/2024 |
3.1.25 | 32 | 07/19/2024 |
3.1.24 | 19 | 07/19/2024 |
3.1.23 | 36 | 07/19/2024 |
3.1.22 | 31 | 07/19/2024 |
3.1.21 | 28 | 07/19/2024 |
3.1.20 | 22 | 07/19/2024 |
3.1.19 | 23 | 07/19/2024 |
3.1.18 | 28 | 07/19/2024 |
3.1.17 | 29 | 07/19/2024 |
3.1.16 | 31 | 07/19/2024 |
3.1.15 | 25 | 07/19/2024 |
3.1.14 | 30 | 07/19/2024 |
3.1.13 | 37 | 07/19/2024 |
3.1.12 | 29 | 07/19/2024 |
3.1.11 | 20 | 07/19/2024 |
3.1.10 | 24 | 07/19/2024 |
3.1.9 | 33 | 07/19/2024 |
3.1.8 | 21 | 07/19/2024 |
3.1.7 | 20 | 07/19/2024 |
3.1.6 | 28 | 05/29/2024 |
3.1.5 | 22 | 07/19/2024 |
3.1.4 | 30 | 07/19/2024 |
3.1.3 | 22 | 07/19/2024 |
3.1.2 | 22 | 07/19/2024 |
3.1.1 | 26 | 07/19/2024 |
3.1.0 | 27 | 07/19/2024 |
3.1.0-preview3.19553.2 | 30 | 07/19/2024 |
3.1.0-preview2.19525.4 | 18 | 07/19/2024 |
3.1.0-preview1.19506.1 | 19 | 07/19/2024 |
3.0.3 | 31 | 07/19/2024 |
3.0.2 | 27 | 07/19/2024 |
3.0.1 | 24 | 07/19/2024 |
3.0.0 | 30 | 07/19/2024 |
3.0.0-rc1.19456.10 | 19 | 07/19/2024 |
3.0.0-preview9.19423.4 | 26 | 07/19/2024 |
3.0.0-preview8.19405.4 | 26 | 07/19/2024 |
3.0.0-preview7.19362.4 | 19 | 07/19/2024 |
3.0.0-preview6.19304.6 | 21 | 07/19/2024 |
3.0.0-preview5.19227.9 | 35 | 07/19/2024 |
3.0.0-preview4.19216.2 | 18 | 07/19/2024 |
3.0.0-preview3.19153.1 | 26 | 07/19/2024 |
3.0.0-preview.19074.2 | 31 | 07/19/2024 |
3.0.0-preview.18572.1 | 28 | 07/19/2024 |
2.2.0 | 21 | 07/19/2024 |
2.2.0-preview3-35497 | 24 | 07/19/2024 |
2.2.0-preview2-35157 | 21 | 07/19/2024 |
2.2.0-preview1-35029 | 24 | 07/19/2024 |
2.1.23 | 37 | 07/19/2024 |
2.1.2 | 28 | 07/19/2024 |
2.1.1 | 23 | 07/19/2024 |
2.1.0 | 26 | 07/19/2024 |
2.1.0-rc1-final | 24 | 07/19/2024 |
2.1.0-preview2-final | 22 | 07/19/2024 |
2.1.0-preview1-final | 29 | 07/19/2024 |
2.0.2 | 26 | 07/19/2024 |
2.0.1 | 31 | 07/19/2024 |
2.0.0 | 45 | 02/05/2024 |
2.0.0-preview2-final | 21 | 07/19/2024 |
2.0.0-preview1-final | 23 | 07/19/2024 |
1.1.2 | 22 | 07/19/2024 |
1.1.1 | 23 | 07/19/2024 |
1.1.0 | 30 | 07/19/2024 |
1.1.0-preview1-final | 31 | 07/19/2024 |
1.0.2 | 26 | 07/19/2024 |
1.0.1 | 31 | 06/25/2024 |
1.0.0 | 34 | 07/19/2024 |
1.0.0-rc2-final | 25 | 07/19/2024 |
1.0.0-rc1-final | 31 | 07/19/2024 |