Caching abstractions for in-memory cache and distributed cache. Commonly Used Types: Microsoft.Extensions.Caching.Distributed.IDistributedCache Microsoft.Extensions.Caching.Memory.IMemoryCache When using NuGet 3.x this package requires at least version 3.4.
dotnet add package Microsoft.Extensions.Caching.Abstractions --version 5.0.0
Install-Package Microsoft.Extensions.Caching.Abstractions -Version 5.0.0
| 包名 | 版本要求 |
|---|---|
| Microsoft.Extensions.Primitives | [5.0.0, ) |
| 包名 | 版本要求 |
|---|---|
| Microsoft.Extensions.Primitives | [5.0.0, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2020-11-09 23:39:56 |
| 项目主页 | https://github.com/dotnet/runtime |
| 许可证 | https://www.nuget.org/packages/Microsoft.Extensions.Caching.Abstractions/5.0.0/license |