Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Azure Table Storage.
Info
Version: | 1.0.3 |
Author(s): | Stuart Whiteford |
Last Update: | Thursday, December 12, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://gitlab.com/oceanweb/azuretablestoragecache |
NuGet Url: | https://www.nuget.org/packages/OceanWebSystems.Extensions.Caching.AzureTableStorage |
Install
Install-Package OceanWebSystems.Extensions.Caching.AzureTableStorage
dotnet add package OceanWebSystems.Extensions.Caching.AzureTableStorage
paket add OceanWebSystems.Extensions.Caching.AzureTableStorage
OceanWebSystems.Extensions.Caching.AzureTableStorage Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 2.2.0)
- Microsoft.Extensions.DependencyInjection(>= 2.2.0)
- OceanWebSystems.Error(>= 1.0.0)
- WindowsAzure.Storage(>= 9.3.3)
Tags