Rystem.RepositoryFramework.Cache.Azure.Storage.Blob 4.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob --version 4.1.1                
NuGet\Install-Package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob -Version 4.1.1                
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="Rystem.RepositoryFramework.Cache.Azure.Storage.Blob" Version="4.1.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rystem.RepositoryFramework.Cache.Azure.Storage.Blob --version 4.1.1                
#r "nuget: Rystem.RepositoryFramework.Cache.Azure.Storage.Blob, 4.1.1"                
#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 Rystem.RepositoryFramework.Cache.Azure.Storage.Blob as a Cake Addin
#addin nuget:?package=Rystem.RepositoryFramework.Cache.Azure.Storage.Blob&version=4.1.1

// Install Rystem.RepositoryFramework.Cache.Azure.Storage.Blob as a Cake Tool
#tool nuget:?package=Rystem.RepositoryFramework.Cache.Azure.Storage.Blob&version=4.1.1                

What is Rystem?

Cache example

builder.Services
    .AddRepositoryInBlobStorage<User, string>(builder.Configuration["ConnectionString:Storage"])
    .WithInMemoryCache(x =>
    {
        x.RefreshTime = TimeSpan.FromSeconds(20);
        x.Methods = RepositoryMethod.All;
    })
    .WithBlobStorageCache(builder.Configuration["ConnectionString:Storage"], settings: x =>
    {
        x.RefreshTime = TimeSpan.FromSeconds(120);
        x.Methods = RepositoryMethod.All;
    });

Usage

You always will find the same interface. For instance

IRepository<User, string> repository

or if you added a query pattern or command pattern

IQuery<User, string> query 
ICommand<User, string> command
Product Compatible and additional computed target framework versions.
.NET net7.0 is compatible.  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. 
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
6.0.24 74 9/11/2024
6.0.23 69 7/18/2024
6.0.21 83 6/18/2024
6.0.20 90 6/16/2024
6.0.19 82 6/14/2024
6.0.18 79 6/14/2024
6.0.17 86 6/14/2024
6.0.16 79 6/10/2024
6.0.15 79 6/9/2024
6.0.14 97 5/24/2024
6.0.13 91 5/23/2024
6.0.12 82 5/23/2024
6.0.11 94 5/20/2024
6.0.9 96 5/20/2024
6.0.7 80 5/18/2024
6.0.6 90 5/10/2024
6.0.5 97 5/10/2024
6.0.4 98 4/3/2024
6.0.3 95 3/25/2024
6.0.0 226 11/21/2023
6.0.0-rc.6 93 10/25/2023
6.0.0-rc.5 63 10/25/2023
6.0.0-rc.4 58 10/23/2023
6.0.0-rc.3 60 10/19/2023
6.0.0-rc.2 61 10/18/2023
6.0.0-rc.1 63 10/16/2023
5.0.20 131 9/25/2023
5.0.19 137 9/10/2023
5.0.18 133 9/6/2023
5.0.17 129 9/6/2023
5.0.16 129 9/5/2023
5.0.15 124 9/5/2023
5.0.14 123 9/5/2023
5.0.13 116 9/1/2023
5.0.12 135 8/31/2023
5.0.11 109 8/30/2023
5.0.10 145 8/29/2023
5.0.9 136 8/24/2023
5.0.8 126 8/24/2023
5.0.7 133 8/23/2023
5.0.6 152 8/21/2023
5.0.5 138 8/21/2023
5.0.4 154 8/16/2023
5.0.3 172 8/2/2023
5.0.2 150 8/2/2023
5.0.1 149 8/1/2023
5.0.0 131 7/31/2023
4.1.26 175 7/20/2023
4.1.25 170 7/16/2023
4.1.24 225 6/13/2023
4.1.23 144 6/13/2023
4.1.22 145 5/30/2023
4.1.21 144 5/20/2023
4.1.20 315,258 4/19/2023
4.1.19 94,885 3/20/2023
4.1.18 197 3/20/2023
4.1.17 204 3/17/2023
4.1.16 199 3/16/2023
4.1.15 191 3/15/2023
4.1.14 775 3/9/2023
4.1.13 217 3/7/2023
4.1.12 335 2/10/2023
4.1.11 289 1/26/2023
4.1.10 272 1/22/2023
4.1.9 273 1/20/2023
4.1.8 283 1/18/2023
4.1.7 286 1/18/2023
4.1.6 275 1/17/2023
4.1.1 297 1/4/2023
4.1.0 295 1/1/2023
3.1.5 282 12/21/2022
3.1.3 296 12/12/2022
3.1.2 293 12/7/2022
3.1.1 285 12/7/2022
3.1.0 325 12/2/2022
3.0.29 307 12/1/2022
3.0.28 311 11/23/2022
3.0.26 310 11/23/2022
3.0.25 311 11/18/2022
3.0.24 316 11/18/2022
3.0.23 315 11/15/2022
3.0.22 330 11/14/2022
3.0.21 343 11/13/2022
3.0.20 343 11/2/2022
3.0.19 340 11/2/2022
3.0.18 364 10/29/2022
3.0.17 359 10/29/2022
3.0.16 348 10/29/2022
3.0.15 340 10/29/2022
3.0.14 363 10/24/2022
3.0.13 370 10/24/2022
3.0.12 382 10/17/2022
3.0.11 421 10/10/2022
3.0.10 379 10/6/2022
3.0.9 376 10/6/2022
3.0.8 372 10/6/2022
3.0.7 384 10/6/2022
3.0.6 388 10/5/2022
3.0.4 404 10/5/2022
3.0.3 393 10/3/2022
3.0.2 394 9/30/2022
3.0.1 404 9/30/2022
2.0.16 440 9/27/2022
2.0.15 435 9/27/2022
2.0.14 448 9/26/2022
2.0.13 436 9/26/2022
2.0.12 437 9/26/2022
2.0.11 426 9/25/2022
2.0.10 447 9/25/2022
2.0.9 447 9/23/2022
2.0.8 420 9/22/2022
2.0.6 411 9/20/2022
2.0.5 417 9/20/2022
2.0.4 409 9/20/2022
2.0.3 410 9/20/2022
2.0.2 429 9/20/2022
2.0.1 485 9/13/2022
2.0.0 433 8/19/2022
1.1.23 473 7/30/2022
1.1.22 447 7/29/2022
1.1.21 442 7/29/2022
1.1.20 432 7/29/2022
1.1.19 433 7/27/2022
1.1.17 447 7/27/2022
1.1.16 446 7/26/2022
1.1.15 425 7/25/2022
1.1.14 428 7/25/2022
1.1.13 435 7/22/2022
1.1.12 438 7/19/2022
1.1.11 454 7/19/2022
1.1.10 437 7/19/2022
1.1.9 455 7/19/2022
1.1.8 458 7/18/2022
1.1.7 438 7/18/2022
1.1.6 421 7/18/2022
1.1.5 435 7/18/2022
1.1.4 427 7/17/2022
1.1.3 459 7/17/2022
1.1.2 447 7/17/2022
1.1.0 452 7/17/2022
1.0.2 442 7/15/2022
1.0.0 446 7/8/2022
0.10.7 449 7/8/2022
0.10.2 466 7/2/2022
0.10.1 452 7/1/2022
0.9.10 450 6/20/2022
0.9.9 422 6/11/2022