Caching abstractions for in-memory cache and distributed cache. Commonly used types: Microsoft.Extensions.Caching.Distributed.IDistributedCache Microsoft.Extensions.Caching.Memory.IMemoryCache
dotnet add package Microsoft.Extensions.Caching.Abstractions --version 2.1.2
Install-Package Microsoft.Extensions.Caching.Abstractions -Version 2.1.2
| 包名 | 版本要求 |
|---|---|
| Microsoft.Extensions.Primitives | [2.1.1, ) |
| 作者 | Microsoft |
|---|---|
| 发布时间 | 2018-08-21 15:15:37 |
| 项目主页 | https://asp.net/ |
| 许可证 | https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt |