Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Azure Table Storage.
Info
Version: | 3.2.0 |
Author(s): | Stef Heyenrath |
Last Update: | Wednesday, May 10, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/StefH/DistributedCache.AzureTableStorage |
NuGet Url: | https://www.nuget.org/packages/DistributedCache.AzureTableStorage |
Install
Install-Package DistributedCache.AzureTableStorage
dotnet add package DistributedCache.AzureTableStorage
paket add DistributedCache.AzureTableStorage
DistributedCache.AzureTableStorage Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.Extensions.Caching.Abstractions(>= 2.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.1)
- Microsoft.Extensions.Options(>= 2.1.1)
- MicrosoftAzureCosmosTable.Extensions(>= 2.0.000)
- Newtonsoft.Json.Bson(>= 1.0.2)
- Microsoft.Extensions.Caching.Abstractions(>= 2.1.1)
- Microsoft.Extensions.DependencyInjection.Abstractions(>= 2.1.1)
- Microsoft.Extensions.Options(>= 2.1.1)
- MicrosoftAzureCosmosTable.Extensions(>= 2.0.000)
- Newtonsoft.Json.Bson(>= 1.0.2)
Tags