A .NET Standard IDistributedCache implementation based on Microsoft Orleans with persistence support.
Info
Version: | 1.0.3 |
Author(s): | Jon McGuire |
Last Update: | Monday, November 4, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://mcguirev10.com/2019/09/18/distributed-caching-with-microsoft-orleans.html |
NuGet Url: | https://www.nuget.org/packages/McGuireV10.OrleansDistributedCache |
Install
Install-Package McGuireV10.OrleansDistributedCache
dotnet add package McGuireV10.OrleansDistributedCache
paket add McGuireV10.OrleansDistributedCache
McGuireV10.OrleansDistributedCache Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 3.0.0)
- Microsoft.Extensions.DependencyInjection(>= 3.0.0)
- Microsoft.Extensions.Options(>= 3.0.0)
- Microsoft.Orleans.Client(>= 3.0.0)
- Microsoft.Orleans.Core.Abstractions(>= 3.0.0)
Tags