Info
Version: | 2.1.0 |
Author(s): | Chan ([email protected]) |
Last Update: | Monday, August 11, 2025 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/chanido/blitzcache |
NuGet Url: | https://www.nuget.org/packages/BlitzCache |
Install
Install-Package BlitzCache
dotnet add package BlitzCache
paket add BlitzCache
BlitzCache Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.Caching.Abstractions(>= 3.1.4)
- Microsoft.Extensions.Caching.Memory(>= 3.1.4)
Tags
One line of code prevents duplicate execution of expensive operations. Ultra-fast, thread-safe, and prevents server crashes from concurrent query bursts.
Zero configuration required. Targets .NET Standard 2.1 - compatible with .NET Core 3.1+, .NET 5-8+.