Rystem.RepositoryFramework.Cache.Azure.Storage.Blob 9.0.19

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

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

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.25 0 3/9/2025
9.0.21 154 3/6/2025
9.0.20 10,722 3/6/2025
9.0.19 152 3/6/2025
9.0.18 195 3/4/2025
9.0.17 84 3/1/2025
9.0.16 83 3/1/2025
9.0.15 75,424 2/22/2025
9.0.14 22,460 2/18/2025
9.0.13 96 2/9/2025
9.0.12 217,640 1/13/2025
9.0.11 23,953 1/9/2025
9.0.10 71 1/9/2025
9.0.9 3,948 1/7/2025
9.0.8 12,432 1/6/2025
9.0.7 92 1/6/2025
9.0.4 92,212 12/23/2024
9.0.3 98 12/22/2024
9.0.2 10,640 12/21/2024
9.0.1 1,128 12/21/2024
9.0.0 172,926 11/16/2024
9.0.0-rc.1 85 10/18/2024
6.2.0 219,010 10/10/2024
6.1.1 103 10/9/2024
6.1.0 47,854 9/29/2024
6.0.24 121 9/11/2024
6.0.23 104 7/18/2024
6.0.21 114 6/18/2024
6.0.20 122 6/16/2024
6.0.19 108 6/14/2024
6.0.18 110 6/14/2024
6.0.17 117 6/14/2024
6.0.16 106 6/10/2024
6.0.15 112 6/9/2024
6.0.14 113 5/24/2024
6.0.13 116 5/23/2024
6.0.12 107 5/23/2024
6.0.11 122 5/20/2024
6.0.9 125 5/20/2024
6.0.7 105 5/18/2024
6.0.6 104 5/10/2024
6.0.5 120 5/10/2024
6.0.4 124 4/3/2024
6.0.3 108 3/25/2024
6.0.0 253 11/21/2023
6.0.0-rc.6 109 10/25/2023
6.0.0-rc.5 77 10/25/2023
6.0.0-rc.4 75 10/23/2023
6.0.0-rc.3 75 10/19/2023
6.0.0-rc.2 78 10/18/2023
6.0.0-rc.1 80 10/16/2023
5.0.20 157 9/25/2023
5.0.19 162 9/10/2023
5.0.18 161 9/6/2023
5.0.17 155 9/6/2023
5.0.16 155 9/5/2023
5.0.15 148 9/5/2023
5.0.14 148 9/5/2023
5.0.13 143 9/1/2023
5.0.12 158 8/31/2023
5.0.11 138 8/30/2023
5.0.10 171 8/29/2023
5.0.9 192 8/24/2023
5.0.8 152 8/24/2023
5.0.7 159 8/23/2023
5.0.6 175 8/21/2023
5.0.5 166 8/21/2023
5.0.4 178 8/16/2023
5.0.3 208 8/2/2023
5.0.2 179 8/2/2023
5.0.1 173 8/1/2023
5.0.0 157 7/31/2023
4.1.26 207 7/20/2023
4.1.25 195 7/16/2023
4.1.24 254 6/13/2023
4.1.23 172 6/13/2023
4.1.22 178 5/30/2023
4.1.21 170 5/20/2023
4.1.20 315,288 4/19/2023
4.1.19 94,918 3/20/2023
4.1.18 226 3/20/2023
4.1.17 232 3/17/2023
4.1.16 231 3/16/2023
4.1.15 223 3/15/2023
4.1.14 804 3/9/2023
4.1.13 244 3/7/2023
4.1.12 370 2/10/2023
4.1.11 319 1/26/2023
4.1.10 306 1/22/2023
4.1.9 305 1/20/2023
4.1.8 314 1/18/2023
4.1.7 317 1/18/2023
4.1.6 306 1/17/2023
4.1.1 330 1/4/2023
4.1.0 326 1/1/2023
3.1.5 317 12/21/2022
3.1.3 328 12/12/2022
3.1.2 340 12/7/2022
3.1.1 319 12/7/2022
3.1.0 360 12/2/2022
3.0.29 338 12/1/2022
3.0.28 348 11/23/2022
3.0.26 348 11/23/2022
3.0.25 337 11/18/2022
3.0.24 349 11/18/2022
3.0.23 352 11/15/2022
3.0.22 365 11/14/2022
3.0.21 380 11/13/2022
3.0.20 379 11/2/2022
3.0.19 373 11/2/2022
3.0.18 397 10/29/2022
3.0.17 397 10/29/2022
3.0.16 386 10/29/2022
3.0.15 374 10/29/2022
3.0.14 396 10/24/2022
3.0.13 403 10/24/2022
3.0.12 406 10/17/2022
3.0.11 456 10/10/2022
3.0.10 411 10/6/2022
3.0.9 409 10/6/2022
3.0.8 412 10/6/2022
3.0.7 408 10/6/2022
3.0.6 420 10/5/2022
3.0.4 426 10/5/2022
3.0.3 424 10/3/2022
3.0.2 417 9/30/2022
3.0.1 442 9/30/2022
2.0.16 473 9/27/2022
2.0.15 471 9/27/2022
2.0.14 487 9/26/2022
2.0.13 471 9/26/2022
2.0.12 473 9/26/2022
2.0.11 467 9/25/2022
2.0.10 488 9/25/2022
2.0.9 488 9/23/2022
2.0.8 458 9/22/2022
2.0.6 445 9/20/2022
2.0.5 440 9/20/2022
2.0.4 435 9/20/2022
2.0.3 451 9/20/2022
2.0.2 472 9/20/2022
2.0.1 521 9/13/2022
2.0.0 472 8/19/2022
1.1.23 509 7/30/2022
1.1.22 485 7/29/2022
1.1.21 481 7/29/2022
1.1.20 468 7/29/2022
1.1.19 470 7/27/2022
1.1.17 486 7/27/2022
1.1.16 484 7/26/2022
1.1.15 465 7/25/2022
1.1.14 464 7/25/2022
1.1.13 473 7/22/2022
1.1.12 472 7/19/2022
1.1.11 487 7/19/2022
1.1.10 473 7/19/2022
1.1.9 493 7/19/2022
1.1.8 499 7/18/2022
1.1.7 476 7/18/2022
1.1.6 460 7/18/2022
1.1.5 468 7/18/2022
1.1.4 461 7/17/2022
1.1.3 495 7/17/2022
1.1.2 480 7/17/2022
1.1.0 487 7/17/2022
1.0.2 475 7/15/2022
1.0.0 480 7/8/2022
0.10.7 483 7/8/2022
0.10.2 499 7/2/2022
0.10.1 487 7/1/2022
0.9.10 517 6/20/2022
0.9.9 458 6/11/2022