A interface for implementing caching and storage of objects by their hash, a specialized key/value store for any object that implements `CryptLink.SigningFramework.IHashable`.
Info
Version: | 1.3.0 |
Author(s): | Jeremy Peterson |
Last Update: | Thursday, October 25, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/CryptLink/HashedObjectStore |
NuGet Url: | https://www.nuget.org/packages/CryptLink.HashedObjectStore |
Install
Install-Package CryptLink.HashedObjectStore
dotnet add package CryptLink.HashedObjectStore
paket add CryptLink.HashedObjectStore
CryptLink.HashedObjectStore Download (Unzip the "nupkg" after downloading)
Dependencies
- CryptLink.SigningFramework(>= 1.3.3)
- Newtonsoft.Json(>= 11.0.2)
Tags