Mindbox.EasyCaching.ResponseCaching
2.0.0-dev
See the version list below for details.
dotnet add package Mindbox.EasyCaching.ResponseCaching --version 2.0.0-dev
NuGet\Install-Package Mindbox.EasyCaching.ResponseCaching -Version 2.0.0-dev
<PackageReference Include="Mindbox.EasyCaching.ResponseCaching" Version="2.0.0-dev" />
paket add Mindbox.EasyCaching.ResponseCaching --version 2.0.0-dev
#r "nuget: Mindbox.EasyCaching.ResponseCaching, 2.0.0-dev"
// Install Mindbox.EasyCaching.ResponseCaching as a Cake Addin #addin nuget:?package=Mindbox.EasyCaching.ResponseCaching&version=2.0.0-dev&prerelease // Install Mindbox.EasyCaching.ResponseCaching as a Cake Tool #tool nuget:?package=Mindbox.EasyCaching.ResponseCaching&version=2.0.0-dev&prerelease
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.0-dev)
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 | 469 | 6/9/2022 |
3.4.0 | 440 | 6/6/2022 |
3.3.0 | 433 | 4/27/2022 |
3.2.0 | 441 | 4/26/2022 |
3.1.0 | 445 | 4/26/2022 |
3.0.0 | 434 | 4/22/2022 |
2.0.16 | 450 | 4/21/2022 |
2.0.15 | 446 | 4/21/2022 |
2.0.0-dev | 173 | 4/21/2022 |
1.6.0 | 468 | 2/10/2022 |
1.5.0 | 438 | 1/31/2022 |
1.4.0 | 314 | 12/13/2021 |
1.3.12 | 333 | 11/23/2021 |
1.3.11 | 352 | 11/19/2021 |
1.3.10 | 464 | 6/22/2021 |
1.3.9 | 351 | 4/30/2021 |
1.3.8 | 379 | 4/27/2021 |
1.3.7 | 371 | 3/15/2021 |
1.3.6 | 345 | 3/5/2021 |
1.3.5 | 336 | 3/3/2021 |
1.3.4 | 348 | 3/2/2021 |
1.3.3 | 345 | 3/2/2021 |
1.3.2 | 382 | 3/1/2021 |
1.3.1 | 393 | 2/10/2021 |
1.3.0 | 386 | 2/10/2021 |
1.2.0 | 372 | 1/18/2021 |
1.2.0-alpha20210115171247 | 255 | 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
Added advanced strongly typed cache with background reload.
Renamed Get with dataRetriever to GetOrAdd