Info
Version: | 1.0.0 |
Author(s): | Marcel Neumann |
Last Update: | Saturday, September 22, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/selmaohneh/Repository |
NuGet Url: | https://www.nuget.org/packages/Repository.MasterSlave |
Install
Install-Package Repository.MasterSlave
dotnet add package Repository.MasterSlave
paket add Repository.MasterSlave
Repository.MasterSlave Download (Unzip the "nupkg" after downloading)
Dependencies
- Repository.Interfaces(>= 1.0.0)
Tags
The repository uses a slave repository by default. By calling the update method the slaves replaces its items with the ones of the master repository. I use this repository similar to a chache. The master repository i.e.
could be a database located in the web, the slave repository i.e. a local file repository.