Info
Version: | 1.1.0 |
Author(s): | Sander Säde |
Last Update: | Monday, September 17, 2018 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/SanderSade/Sander.KeyVaultCache |
NuGet Url: | https://www.nuget.org/packages/Sander.KeyVaultCache |
Install
Install-Package Sander.KeyVaultCache
dotnet add package Sander.KeyVaultCache
paket add Sander.KeyVaultCache
Sander.KeyVaultCache Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Azure.KeyVault(>= 2.3.2)
- System.Runtime.Caching(>= 4.5.0)
Tags
With the caching, getting the value becomes a sub-millisecond operation.
KeyVaultCache simplifies the fetching and caching of the values from the Key Vault.
It is fully thread-safe, has on-demand re-fetching and supports cache expiration (entries expire after specified time).