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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.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 | 484 | 6/9/2022 |
3.4.0 | 450 | 6/6/2022 |
3.3.0 | 443 | 4/27/2022 |
3.2.0 | 451 | 4/26/2022 |
3.1.0 | 455 | 4/26/2022 |
3.0.0 | 444 | 4/22/2022 |
2.0.16 | 462 | 4/21/2022 |
2.0.15 | 456 | 4/21/2022 |
2.0.0-dev | 179 | 4/21/2022 |
1.6.0 | 481 | 2/10/2022 |
1.5.0 | 448 | 1/31/2022 |
1.4.0 | 326 | 12/13/2021 |
1.3.12 | 344 | 11/23/2021 |
1.3.11 | 362 | 11/19/2021 |
1.3.10 | 474 | 6/22/2021 |
1.3.9 | 363 | 4/30/2021 |
1.3.8 | 389 | 4/27/2021 |
1.3.7 | 382 | 3/15/2021 |
1.3.6 | 355 | 3/5/2021 |
1.3.5 | 348 | 3/3/2021 |
1.3.4 | 358 | 3/2/2021 |
1.3.3 | 357 | 3/2/2021 |
1.3.2 | 392 | 3/1/2021 |
1.3.1 | 403 | 2/10/2021 |
1.3.0 | 396 | 2/10/2021 |
1.2.0 | 384 | 1/18/2021 |
1.2.0-alpha20210115171247 | 261 | 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