LazyCache 0.5.5222.21857
See the version list below for details.
dotnet add package LazyCache --version 0.5.5222.21857
NuGet\Install-Package LazyCache -Version 0.5.5222.21857
<PackageReference Include="LazyCache" Version="0.5.5222.21857" />
paket add LazyCache --version 0.5.5222.21857
#r "nuget: LazyCache, 0.5.5222.21857"
// Install LazyCache as a Cake Addin #addin nuget:?package=LazyCache&version=0.5.5222.21857 // Install LazyCache as a Cake Tool #tool nuget:?package=LazyCache&version=0.5.5222.21857
Lazy cache is a simple in-memory caching service for .net and c sharp. It has a developer friendly generics based API, and providing a thread safe cache implementation that guarantees to only execute your cachable delegates once (it's lazy!). Under the hood it leverages ObjectCache and Lazy to provide performance and reliability in heavy load scenarios. For more info see https://github.com/alastairtree/LazyCache
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net40 is compatible. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
This package has no dependencies.
NuGet packages (43)
Showing the top 5 NuGet packages that depend on LazyCache:
Package | Downloads |
---|---|
LazyCache.AspNetCore
ServiceCollection registrations for LazyCache to initialise the dependency injection collection and add enable IAppCache to be injected into your app |
|
LazyCache.Testing.Moq
A mocking library that creates LazyCache IAppCache system mocks using Moq. |
|
ordercloud-dotnet-catalyst
Extensions and helpers for building .NET APIs and Serverless Functions, typically hosted in Azure App Services, that integrate with the OrderCloud.io e-commerce platform. |
|
BasisTheory.net.Encryption.Azure
Basis Theory .NET Azure Encryption Provider |
|
LazyCache.Testing.NSubstitute
A mocking library that creates LazyCache IAppCache system mocks using NSubstitute. |
GitHub repositories (8)
Showing the top 5 popular GitHub repositories that depend on LazyCache:
Repository | Stars |
---|---|
microsoft/PowerToys
Windows system utilities to maximize productivity
|
|
fullstackhero/blazor-starter-kit
Clean Architecture Template for Blazor WebAssembly Built with MudBlazor Components.
|
|
Readarr/Readarr
Book Manager and Automation (Sonarr for Ebooks)
|
|
ZiggyCreatures/FusionCache
FusionCache is an easy to use, fast and robust hybrid cache with advanced resiliency features.
|
|
neozhu/CleanArchitectureWithBlazorServer
This is a repository for creating a Blazor Server dashboard application following the principles of Clean Architecture
|
Version | Downloads | Last updated |
---|---|---|
2.4.0 | 16,828,163 | 9/1/2021 |
2.1.3 | 3,005,857 | 3/15/2021 |
2.1.2 | 2,370,975 | 9/21/2020 |
2.1.1 | 23,560 | 9/20/2020 |
2.1.0 | 3,762 | 9/19/2020 |
2.0.5 | 31,677 | 9/19/2020 |
2.0.4 | 3,372,723 | 12/28/2019 |
2.0.3 | 2,925 | 12/28/2019 |
2.0.2 | 4,736 | 12/27/2019 |
2.0.1 | 1,154,389 | 5/22/2019 |
2.0.0 | 577,608 | 3/20/2019 |
2.0.0-beta03 | 188,248 | 5/13/2018 |
2.0.0-beta02 | 13,805 | 3/4/2018 |
2.0.0-beta01 | 3,337 | 3/4/2018 |
0.7.1.44 | 3,161,368 | 12/23/2016 |
0.7.0.34 | 57,002 | 9/10/2016 |
0.6.0 | 21,290 | 8/15/2015 |
0.5.5222.23409 | 6,328 | 4/19/2014 |
0.5.5222.22653 | 3,787 | 4/19/2014 |
0.5.5222.21857 | 3,898 | 4/19/2014 |
0.5.6 | 9,811 | 4/28/2014 |
Initial release