Mindbox.EasyCaching.ResponseCaching 2.0.0-dev

This is a prerelease version of Mindbox.EasyCaching.ResponseCaching.
There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Mindbox.EasyCaching.ResponseCaching" Version="2.0.0-dev" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Mindbox.EasyCaching.ResponseCaching --version 2.0.0-dev
#r "nuget: Mindbox.EasyCaching.ResponseCaching, 2.0.0-dev"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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 435 6/9/2022
3.4.0 410 6/6/2022
3.3.0 406 4/27/2022
3.2.0 416 4/26/2022
3.1.0 420 4/26/2022
3.0.0 410 4/22/2022
2.0.16 425 4/21/2022
2.0.15 420 4/21/2022
2.0.0-dev 149 4/21/2022
1.6.0 444 2/10/2022
1.5.0 410 1/31/2022
1.4.0 291 12/13/2021
1.3.12 308 11/23/2021
1.3.11 326 11/19/2021
1.3.10 437 6/22/2021
1.3.9 327 4/30/2021
1.3.8 354 4/27/2021
1.3.7 344 3/15/2021
1.3.6 321 3/5/2021
1.3.5 314 3/3/2021
1.3.4 326 3/2/2021
1.3.3 322 3/2/2021
1.3.2 354 3/1/2021
1.3.1 368 2/10/2021
1.3.0 362 2/10/2021
1.2.0 349 1/18/2021
1.2.0-alpha20210115171247 234 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