Mindbox.EasyCaching.ResponseCaching
2.0.16
See the version list below for details.
dotnet add package Mindbox.EasyCaching.ResponseCaching --version 2.0.16
NuGet\Install-Package Mindbox.EasyCaching.ResponseCaching -Version 2.0.16
<PackageReference Include="Mindbox.EasyCaching.ResponseCaching" Version="2.0.16" />
paket add Mindbox.EasyCaching.ResponseCaching --version 2.0.16
#r "nuget: Mindbox.EasyCaching.ResponseCaching, 2.0.16"
// Install Mindbox.EasyCaching.ResponseCaching as a Cake Addin #addin nuget:?package=Mindbox.EasyCaching.ResponseCaching&version=2.0.16 // Install Mindbox.EasyCaching.ResponseCaching as a Cake Tool #tool nuget:?package=Mindbox.EasyCaching.ResponseCaching&version=2.0.16
EasyCaching.ResponseCaching is the extension of ResponseCaching
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Mindbox.EasyCaching.Core (>= 2.0.16)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.5.0 | 470 | 6/9/2022 |
3.4.0 | 442 | 6/6/2022 |
3.3.0 | 435 | 4/27/2022 |
3.2.0 | 443 | 4/26/2022 |
3.1.0 | 447 | 4/26/2022 |
3.0.0 | 436 | 4/22/2022 |
2.0.16 | 452 | 4/21/2022 |
2.0.15 | 448 | 4/21/2022 |
2.0.0-dev | 175 | 4/21/2022 |
1.6.0 | 470 | 2/10/2022 |
1.5.0 | 440 | 1/31/2022 |
1.4.0 | 316 | 12/13/2021 |
1.3.12 | 335 | 11/23/2021 |
1.3.11 | 354 | 11/19/2021 |
1.3.10 | 466 | 6/22/2021 |
1.3.9 | 355 | 4/30/2021 |
1.3.8 | 381 | 4/27/2021 |
1.3.7 | 373 | 3/15/2021 |
1.3.6 | 347 | 3/5/2021 |
1.3.5 | 340 | 3/3/2021 |
1.3.4 | 350 | 3/2/2021 |
1.3.3 | 349 | 3/2/2021 |
1.3.2 | 384 | 3/1/2021 |
1.3.1 | 395 | 2/10/2021 |
1.3.0 | 388 | 2/10/2021 |
1.2.0 | 376 | 1/18/2021 |
1.2.0-alpha20210115171247 | 257 | 1/15/2021 |
Moved abstractions to separate library.
Corrected interface descriptions.
Removed some properties and methods from interface:
- ProviderInfo and MaxRdSecond because they leak abstraction
- CacheStats because it tracks only global cahe hit (will be rewriten when we have actual monitoring use cases)
- Flush because redis flush may ruin other caching provider if they share same database
- Non generic GetAsync because it returns object instead of CacheValue and works uncorrectly when CacheNulls enabled