Rystem.RepositoryFramework.Cache.Azure.Storage.Blob 9.0.4

dotnet add package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob --version 9.0.4                
NuGet\Install-Package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob -Version 9.0.4                
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="9.0.4" />                
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 9.0.4                
#r "nuget: Rystem.RepositoryFramework.Cache.Azure.Storage.Blob, 9.0.4"                
#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=9.0.4

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

What is Rystem?

Cache example

.AddRepository<User, string>(repositoryBuilder =>
{
    repositoryBuilder
    .WithBlobStorage(storageBuilder =>
    {
        storageBuilder.Settings.ConnectionString = builder.Configuration["ConnectionString:Storage"];
    });
    repositoryBuilder
    .WithInMemoryCache(x =>
    {
        x.ExpiringTime = TimeSpan.FromSeconds(60);
        x.Methods = RepositoryMethods.Get | RepositoryMethods.Insert | RepositoryMethods.Update | RepositoryMethods.Delete;
    })
    .WithBlobStorageCache(
        x =>
        {
            x.Settings.ConnectionString = builder.Configuration["ConnectionString:Storage"];
        }
        , x =>
        {
            x.ExpiringTime = TimeSpan.FromSeconds(120);
            x.Methods = RepositoryMethods.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 net9.0 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
9.0.4 79,501 12/23/2024
9.0.3 86 12/22/2024
9.0.2 10,630 12/21/2024
9.0.1 1,118 12/21/2024
9.0.0 172,922 11/16/2024
9.0.0-rc.1 81 10/18/2024
6.2.0 219,008 10/10/2024
6.1.1 99 10/9/2024
6.1.0 47,850 9/29/2024
6.0.24 121 9/11/2024
6.0.23 103 7/18/2024
6.0.21 111 6/18/2024
6.0.20 121 6/16/2024
6.0.19 105 6/14/2024
6.0.18 109 6/14/2024
6.0.17 108 6/14/2024
6.0.16 104 6/10/2024
6.0.15 109 6/9/2024
6.0.14 112 5/24/2024
6.0.13 115 5/23/2024
6.0.12 106 5/23/2024
6.0.11 121 5/20/2024
6.0.9 124 5/20/2024
6.0.7 104 5/18/2024
6.0.6 103 5/10/2024
6.0.5 119 5/10/2024
6.0.4 123 4/3/2024
6.0.3 107 3/25/2024
6.0.0 252 11/21/2023
6.0.0-rc.6 108 10/25/2023
6.0.0-rc.5 76 10/25/2023
6.0.0-rc.4 74 10/23/2023
6.0.0-rc.3 72 10/19/2023
6.0.0-rc.2 77 10/18/2023
6.0.0-rc.1 79 10/16/2023
5.0.20 156 9/25/2023
5.0.19 161 9/10/2023
5.0.18 160 9/6/2023
5.0.17 154 9/6/2023
5.0.16 154 9/5/2023
5.0.15 147 9/5/2023
5.0.14 147 9/5/2023
5.0.13 142 9/1/2023
5.0.12 157 8/31/2023
5.0.11 137 8/30/2023
5.0.10 170 8/29/2023
5.0.9 191 8/24/2023
5.0.8 151 8/24/2023
5.0.7 158 8/23/2023
5.0.6 174 8/21/2023
5.0.5 165 8/21/2023
5.0.4 177 8/16/2023
5.0.3 207 8/2/2023
5.0.2 172 8/2/2023
5.0.1 172 8/1/2023
5.0.0 156 7/31/2023
4.1.26 206 7/20/2023
4.1.25 193 7/16/2023
4.1.24 249 6/13/2023
4.1.23 167 6/13/2023
4.1.22 168 5/30/2023
4.1.21 166 5/20/2023
4.1.20 315,283 4/19/2023
4.1.19 94,913 3/20/2023
4.1.18 221 3/20/2023
4.1.17 227 3/17/2023
4.1.16 224 3/16/2023
4.1.15 218 3/15/2023
4.1.14 799 3/9/2023
4.1.13 239 3/7/2023
4.1.12 364 2/10/2023
4.1.11 311 1/26/2023
4.1.10 300 1/22/2023
4.1.9 297 1/20/2023
4.1.8 306 1/18/2023
4.1.7 311 1/18/2023
4.1.6 298 1/17/2023
4.1.1 319 1/4/2023
4.1.0 319 1/1/2023
3.1.5 308 12/21/2022
3.1.3 321 12/12/2022
3.1.2 327 12/7/2022
3.1.1 309 12/7/2022
3.1.0 353 12/2/2022
3.0.29 331 12/1/2022
3.0.28 341 11/23/2022
3.0.26 341 11/23/2022
3.0.25 330 11/18/2022
3.0.24 341 11/18/2022
3.0.23 343 11/15/2022
3.0.22 358 11/14/2022
3.0.21 373 11/13/2022
3.0.20 372 11/2/2022
3.0.19 364 11/2/2022
3.0.18 388 10/29/2022
3.0.17 388 10/29/2022
3.0.16 377 10/29/2022
3.0.15 367 10/29/2022
3.0.14 387 10/24/2022
3.0.13 394 10/24/2022
3.0.12 399 10/17/2022
3.0.11 448 10/10/2022
3.0.10 404 10/6/2022
3.0.9 400 10/6/2022
3.0.8 403 10/6/2022
3.0.7 401 10/6/2022
3.0.6 413 10/5/2022
3.0.4 419 10/5/2022
3.0.3 417 10/3/2022
3.0.2 409 9/30/2022
3.0.1 434 9/30/2022
2.0.16 465 9/27/2022
2.0.15 463 9/27/2022
2.0.14 479 9/26/2022
2.0.13 463 9/26/2022
2.0.12 465 9/26/2022
2.0.11 459 9/25/2022
2.0.10 480 9/25/2022
2.0.9 480 9/23/2022
2.0.8 450 9/22/2022
2.0.6 438 9/20/2022
2.0.5 432 9/20/2022
2.0.4 427 9/20/2022
2.0.3 443 9/20/2022
2.0.2 464 9/20/2022
2.0.1 513 9/13/2022
2.0.0 464 8/19/2022
1.1.23 501 7/30/2022
1.1.22 477 7/29/2022
1.1.21 473 7/29/2022
1.1.20 460 7/29/2022
1.1.19 462 7/27/2022
1.1.17 478 7/27/2022
1.1.16 476 7/26/2022
1.1.15 457 7/25/2022
1.1.14 456 7/25/2022
1.1.13 465 7/22/2022
1.1.12 464 7/19/2022
1.1.11 479 7/19/2022
1.1.10 465 7/19/2022
1.1.9 485 7/19/2022
1.1.8 491 7/18/2022
1.1.7 468 7/18/2022
1.1.6 450 7/18/2022
1.1.5 460 7/18/2022
1.1.4 453 7/17/2022
1.1.3 487 7/17/2022
1.1.2 472 7/17/2022
1.1.0 479 7/17/2022
1.0.2 467 7/15/2022
1.0.0 472 7/8/2022
0.10.7 475 7/8/2022
0.10.2 491 7/2/2022
0.10.1 479 7/1/2022
0.9.10 509 6/20/2022
0.9.9 450 6/11/2022