Rystem.RepositoryFramework.Cache.Azure.Storage.Blob 9.0.0-rc.1

This is a prerelease version of Rystem.RepositoryFramework.Cache.Azure.Storage.Blob.
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.0-rc.1                
NuGet\Install-Package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob -Version 9.0.0-rc.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="9.0.0-rc.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 9.0.0-rc.1                
#r "nuget: Rystem.RepositoryFramework.Cache.Azure.Storage.Blob, 9.0.0-rc.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=9.0.0-rc.1&prerelease

// Install Rystem.RepositoryFramework.Cache.Azure.Storage.Blob as a Cake Tool
#tool nuget:?package=Rystem.RepositoryFramework.Cache.Azure.Storage.Blob&version=9.0.0-rc.1&prerelease                

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.29 0 3/18/2025
9.0.28 29 3/17/2025
9.0.27 27 3/16/2025
9.0.26 113 3/13/2025
9.0.25 48,001 3/9/2025
9.0.21 191 3/6/2025
9.0.20 19,464 3/6/2025
9.0.19 189 3/6/2025
9.0.18 203 3/4/2025
9.0.17 90 3/1/2025
9.0.16 90 3/1/2025
9.0.15 75,426 2/22/2025
9.0.14 22,461 2/18/2025
9.0.13 96 2/9/2025
9.0.12 217,640 1/13/2025
9.0.11 23,954 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 93 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 123 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 106 5/10/2024
6.0.5 122 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 329 12/12/2022
3.1.2 341 12/7/2022
3.1.1 320 12/7/2022
3.1.0 361 12/2/2022
3.0.29 339 12/1/2022
3.0.28 349 11/23/2022
3.0.26 349 11/23/2022
3.0.25 338 11/18/2022
3.0.24 350 11/18/2022
3.0.23 353 11/15/2022
3.0.22 366 11/14/2022
3.0.21 381 11/13/2022
3.0.20 380 11/2/2022
3.0.19 374 11/2/2022
3.0.18 398 10/29/2022
3.0.17 398 10/29/2022
3.0.16 387 10/29/2022
3.0.15 375 10/29/2022
3.0.14 397 10/24/2022
3.0.13 404 10/24/2022
3.0.12 407 10/17/2022
3.0.11 457 10/10/2022
3.0.10 412 10/6/2022
3.0.9 410 10/6/2022
3.0.8 413 10/6/2022
3.0.7 409 10/6/2022
3.0.6 421 10/5/2022
3.0.4 427 10/5/2022
3.0.3 425 10/3/2022
3.0.2 418 9/30/2022
3.0.1 443 9/30/2022
2.0.16 474 9/27/2022
2.0.15 472 9/27/2022
2.0.14 488 9/26/2022
2.0.13 472 9/26/2022
2.0.12 474 9/26/2022
2.0.11 468 9/25/2022
2.0.10 489 9/25/2022
2.0.9 489 9/23/2022
2.0.8 459 9/22/2022
2.0.6 446 9/20/2022
2.0.5 441 9/20/2022
2.0.4 436 9/20/2022
2.0.3 452 9/20/2022
2.0.2 473 9/20/2022
2.0.1 522 9/13/2022
2.0.0 473 8/19/2022
1.1.23 510 7/30/2022
1.1.22 486 7/29/2022
1.1.21 482 7/29/2022
1.1.20 469 7/29/2022
1.1.19 471 7/27/2022
1.1.17 487 7/27/2022
1.1.16 485 7/26/2022
1.1.15 466 7/25/2022
1.1.14 465 7/25/2022
1.1.13 474 7/22/2022
1.1.12 473 7/19/2022
1.1.11 488 7/19/2022
1.1.10 474 7/19/2022
1.1.9 494 7/19/2022
1.1.8 500 7/18/2022
1.1.7 477 7/18/2022
1.1.6 461 7/18/2022
1.1.5 469 7/18/2022
1.1.4 462 7/17/2022
1.1.3 496 7/17/2022
1.1.2 481 7/17/2022
1.1.0 488 7/17/2022
1.0.2 476 7/15/2022
1.0.0 481 7/8/2022
0.10.7 484 7/8/2022
0.10.2 500 7/2/2022
0.10.1 488 7/1/2022
0.9.10 518 6/20/2022
0.9.9 459 6/11/2022