Info
Version: | 1.0.0 |
Author(s): | Daniel Ryhle |
Last Update: | Monday, June 15, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.nuget.org/packages/Cached.InMemory |
NuGet Url: | https://www.nuget.org/packages/Cached.MemoryCache |
Install
Install-Package Cached.MemoryCache
dotnet add package Cached.MemoryCache
paket add Cached.MemoryCache
Cached.MemoryCache Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Cached(>= 1.0.0)
- Microsoft.Extensions.Caching.Abstractions(>= 2.0.0)
- Microsoft.Extensions.Caching.Memory(>= 2.0.0)
- Cached(>= 1.0.0)
- Microsoft.Extensions.Caching.Abstractions(>= 3.0.0)
- Microsoft.Extensions.Caching.Memory(>= 3.0.0)
- Cached(>= 1.0.0)
- Microsoft.Extensions.Caching.Abstractions(>= 2.0.0)
- Microsoft.Extensions.Caching.Memory(>= 2.0.0)
Tags
Utilizes Microsoft.Extensions.Caching.Memory.MemoryCache as underlying cache provider.