Learn Entity Framework Core: https://www.learnentityframeworkcore.com/
Entity Framework Core Tutorial: https://entityframeworkcore.com/
Entity Framework 6 Tutorial: https://entityframework.net/
Info
Version: | 1.0.4 |
Author(s): | Microsoft.EntityFrameworkCore.DistributedCache |
Last Update: | Wednesday, August 14, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/grinay/Microsoft.EntityFrameworkCore.DistributedCache |
NuGet Url: | https://www.nuget.org/packages/Extention.Microsoft.EntityFrameworkCore.DistributedCache |
Install
Install-Package Extention.Microsoft.EntityFrameworkCore.DistributedCache
dotnet add package Extention.Microsoft.EntityFrameworkCore.DistributedCache
paket add Extention.Microsoft.EntityFrameworkCore.DistributedCache
Extention.Microsoft.EntityFrameworkCore.DistributedCache Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.EntityFrameworkCore(>= 2.2.6)
- Newtonsoft.Json(>= 12.0.2)
- StackExchange.Redis(>= 2.0.601)
- System.Data.HashFunction.xxHash(>= 2.0.0)
- System.Reactive.Linq(>= 4.1.6)
Tags
This library implements asynchronous and synchronous execution.
It supports distributed lock to be able to use cache between n-numbers of servers which runs the application and doesn’t allow any race condition for cache update.
You can disable distributed lock in case of usage on one server.