FloxDc.CacheFlow
1.7.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package FloxDc.CacheFlow --version 1.7.0
NuGet\Install-Package FloxDc.CacheFlow -Version 1.7.0
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.7.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add FloxDc.CacheFlow --version 1.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: FloxDc.CacheFlow, 1.7.0"
#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 FloxDc.CacheFlow as a Cake Addin #addin nuget:?package=FloxDc.CacheFlow&version=1.7.0 // Install FloxDc.CacheFlow as a Cake Tool #tool nuget:?package=FloxDc.CacheFlow&version=1.7.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
.Net Core distributed cache management library based on IDistributedCache and IMemoryCache interfaces
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 | netcoreapp2.1 is compatible. netcoreapp2.2 is compatible. netcoreapp3.0 is compatible. netcoreapp3.1 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.1
- Microsoft.Extensions.Caching.Abstractions (>= 3.1.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.4)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.4)
- Microsoft.Extensions.Options (>= 3.1.4)
- System.Diagnostics.DiagnosticSource (>= 4.7.1)
- System.Text.Json (>= 4.7.2)
-
.NETCoreApp 2.2
- Microsoft.Extensions.Caching.Abstractions (>= 3.1.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.4)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.4)
- Microsoft.Extensions.Options (>= 3.1.4)
- System.Diagnostics.DiagnosticSource (>= 4.7.1)
- System.Text.Json (>= 4.7.2)
-
.NETCoreApp 3.0
- Microsoft.Extensions.Caching.Abstractions (>= 3.1.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.4)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.4)
- Microsoft.Extensions.Options (>= 3.1.4)
- System.Diagnostics.DiagnosticSource (>= 4.7.1)
- System.Text.Json (>= 4.7.2)
-
.NETCoreApp 3.1
- Microsoft.Extensions.Caching.Abstractions (>= 3.1.4)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 3.1.4)
- Microsoft.Extensions.Logging.Abstractions (>= 3.1.4)
- Microsoft.Extensions.Options (>= 3.1.4)
- System.Diagnostics.DiagnosticSource (>= 4.7.1)
- System.Text.Json (>= 4.7.2)
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 | 413 | 10/25/2024 |
1.12.0 | 28,048 | 11/22/2022 |
1.11.0 | 11,345 | 9/30/2022 |
1.10.0 | 22,538 | 12/24/2021 |
1.10.0-beta3 | 764 | 11/21/2021 |
1.9.1 | 7,703 | 2/20/2021 |
1.8.0 | 2,746 | 11/12/2020 |
1.7.0 | 4,468 | 5/30/2020 |
1.6.4 | 1,528 | 3/18/2020 |
1.6.3 | 998 | 2/23/2020 |
1.6.2 | 787 | 1/15/2020 |
1.6.1 | 726 | 1/12/2020 |
1.6.0 | 843 | 11/1/2019 |
1.5.2 | 1,216 | 6/11/2019 |
1.5.2-beta1 | 507 | 6/7/2019 |
1.5.1 | 1,403 | 3/20/2019 |
1.5.0 | 599 | 3/20/2019 |
1.4.0 | 663 | 12/23/2018 |
1.3.1 | 884 | 9/20/2018 |
1.3.0 | 795 | 9/20/2018 |
1.3.0-beta2 | 645 | 9/18/2018 |
1.3.0-beta1 | 792 | 7/10/2018 |
1.3.0-alpha | 727 | 9/18/2018 |
1.2.0 | 1,036 | 7/6/2018 |
- Better logging
- DoubleFlow's in-memory set removed from get methods