FloxDc.CacheFlow 1.3.0-alpha

This is a prerelease version of FloxDc.CacheFlow.
There is a newer version of this package available.
See the version list below for details.
dotnet add package FloxDc.CacheFlow --version 1.3.0-alpha
                    
NuGet\Install-Package FloxDc.CacheFlow -Version 1.3.0-alpha
                    
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="FloxDc.CacheFlow" Version="1.3.0-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FloxDc.CacheFlow" Version="1.3.0-alpha" />
                    
Directory.Packages.props
<PackageReference Include="FloxDc.CacheFlow" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FloxDc.CacheFlow --version 1.3.0-alpha
                    
#r "nuget: FloxDc.CacheFlow, 1.3.0-alpha"
                    
#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.
#addin nuget:?package=FloxDc.CacheFlow&version=1.3.0-alpha&prerelease
                    
Install FloxDc.CacheFlow as a Cake Addin
#tool nuget:?package=FloxDc.CacheFlow&version=1.3.0-alpha&prerelease
                    
Install FloxDc.CacheFlow as a Cake Tool

.Net Core distributed cache management library based on MessagePack serialization

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.  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 netcoreapp2.0 is compatible.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on FloxDc.CacheFlow:

Package Downloads
FloxDc.CacheFlow.Json

Newtonsoft Json serialization for FloxDc's Cache Flow

FloxDc.CacheFlow.MessagePack

Message Pack serialization for FloxDc's Cache Flow

FloxDc.CacheFlow.OpenTelemetry

An OpenTelemetry instrumentation for CacheFlow

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.13.0 3,510 5 months ago
1.12.0 28,112 11/22/2022
1.11.0 11,369 9/30/2022
1.10.0 22,565 12/24/2021
1.10.0-beta3 782 11/21/2021
1.9.1 7,730 2/20/2021
1.8.0 2,773 11/12/2020
1.7.0 4,518 5/30/2020
1.6.4 1,557 3/18/2020
1.6.3 1,028 2/23/2020
1.6.2 815 1/15/2020
1.6.1 754 1/12/2020
1.6.0 871 11/1/2019
1.5.2 1,247 6/11/2019
1.5.2-beta1 534 6/7/2019
1.5.1 1,450 3/20/2019
1.5.0 633 3/20/2019
1.4.0 705 12/23/2018
1.3.1 933 9/20/2018
1.3.0 846 9/20/2018
1.3.0-beta2 688 9/18/2018
1.3.0-beta1 883 7/10/2018
1.3.0-alpha 770 9/18/2018
1.2.0 1,135 7/6/2018

New retry strategy.
Code improvements.