Rystem.RepositoryFramework.Cache.Azure.Storage.Blob 9.0.7

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 9.0.7                
NuGet\Install-Package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob -Version 9.0.7                
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.7" />                
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.7                
#r "nuget: Rystem.RepositoryFramework.Cache.Azure.Storage.Blob, 9.0.7"                
#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.7

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

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.  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. 
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.9 22 1/7/2025
9.0.8 5,612 1/6/2025
9.0.7 66 1/6/2025
9.0.4 92,203 12/23/2024
9.0.3 87 12/22/2024
9.0.2 10,631 12/21/2024
9.0.1 1,119 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 107 6/14/2024
6.0.18 109 6/14/2024
6.0.17 108 6/14/2024
6.0.16 105 6/10/2024
6.0.15 111 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 310 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 354 12/2/2022
3.0.29 332 12/1/2022
3.0.28 342 11/23/2022
3.0.26 342 11/23/2022
3.0.25 331 11/18/2022
3.0.24 342 11/18/2022
3.0.23 344 11/15/2022
3.0.22 359 11/14/2022
3.0.21 374 11/13/2022
3.0.20 373 11/2/2022
3.0.19 365 11/2/2022
3.0.18 389 10/29/2022
3.0.17 389 10/29/2022
3.0.16 378 10/29/2022
3.0.15 368 10/29/2022
3.0.14 388 10/24/2022
3.0.13 397 10/24/2022
3.0.12 400 10/17/2022
3.0.11 450 10/10/2022
3.0.10 405 10/6/2022
3.0.9 401 10/6/2022
3.0.8 404 10/6/2022
3.0.7 402 10/6/2022
3.0.6 414 10/5/2022
3.0.4 420 10/5/2022
3.0.3 418 10/3/2022
3.0.2 410 9/30/2022
3.0.1 435 9/30/2022
2.0.16 466 9/27/2022
2.0.15 464 9/27/2022
2.0.14 480 9/26/2022
2.0.13 464 9/26/2022
2.0.12 466 9/26/2022
2.0.11 460 9/25/2022
2.0.10 481 9/25/2022
2.0.9 481 9/23/2022
2.0.8 451 9/22/2022
2.0.6 438 9/20/2022
2.0.5 433 9/20/2022
2.0.4 428 9/20/2022
2.0.3 444 9/20/2022
2.0.2 465 9/20/2022
2.0.1 514 9/13/2022
2.0.0 465 8/19/2022
1.1.23 502 7/30/2022
1.1.22 478 7/29/2022
1.1.21 474 7/29/2022
1.1.20 461 7/29/2022
1.1.19 463 7/27/2022
1.1.17 479 7/27/2022
1.1.16 477 7/26/2022
1.1.15 458 7/25/2022
1.1.14 457 7/25/2022
1.1.13 466 7/22/2022
1.1.12 465 7/19/2022
1.1.11 480 7/19/2022
1.1.10 466 7/19/2022
1.1.9 486 7/19/2022
1.1.8 492 7/18/2022
1.1.7 469 7/18/2022
1.1.6 451 7/18/2022
1.1.5 461 7/18/2022
1.1.4 454 7/17/2022
1.1.3 488 7/17/2022
1.1.2 473 7/17/2022
1.1.0 480 7/17/2022
1.0.2 468 7/15/2022
1.0.0 473 7/8/2022
0.10.7 476 7/8/2022
0.10.2 492 7/2/2022
0.10.1 480 7/1/2022
0.9.10 510 6/20/2022
0.9.9 451 6/11/2022