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 8,885 3/18/2025
9.0.28 127 3/17/2025
9.0.27 123 3/16/2025
9.0.26 133 3/13/2025
9.0.25 51,990 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,427 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 115 6/18/2024
6.0.20 123 6/16/2024
6.0.19 108 6/14/2024
6.0.18 111 6/14/2024
6.0.17 117 6/14/2024
6.0.16 106 6/10/2024
6.0.15 113 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 123 5/20/2024
6.0.9 125 5/20/2024
6.0.7 106 5/18/2024
6.0.6 106 5/10/2024
6.0.5 123 5/10/2024
6.0.4 124 4/3/2024
6.0.3 109 3/25/2024
6.0.0 254 11/21/2023
6.0.0-rc.6 110 10/25/2023
6.0.0-rc.5 78 10/25/2023
6.0.0-rc.4 76 10/23/2023
6.0.0-rc.3 76 10/19/2023
6.0.0-rc.2 79 10/18/2023
6.0.0-rc.1 81 10/16/2023
5.0.20 159 9/25/2023
5.0.19 164 9/10/2023
5.0.18 163 9/6/2023
5.0.17 156 9/6/2023
5.0.16 157 9/5/2023
5.0.15 150 9/5/2023
5.0.14 150 9/5/2023
5.0.13 145 9/1/2023
5.0.12 159 8/31/2023
5.0.11 139 8/30/2023
5.0.10 173 8/29/2023
5.0.9 194 8/24/2023
5.0.8 153 8/24/2023
5.0.7 161 8/23/2023
5.0.6 176 8/21/2023
5.0.5 167 8/21/2023
5.0.4 180 8/16/2023
5.0.3 209 8/2/2023
5.0.2 180 8/2/2023
5.0.1 176 8/1/2023
5.0.0 159 7/31/2023
4.1.26 208 7/20/2023
4.1.25 197 7/16/2023
4.1.24 256 6/13/2023
4.1.23 175 6/13/2023
4.1.22 180 5/30/2023
4.1.21 173 5/20/2023
4.1.20 315,290 4/19/2023
4.1.19 94,920 3/20/2023
4.1.18 229 3/20/2023
4.1.17 233 3/17/2023
4.1.16 233 3/16/2023
4.1.15 225 3/15/2023
4.1.14 806 3/9/2023
4.1.13 246 3/7/2023
4.1.12 371 2/10/2023
4.1.11 322 1/26/2023
4.1.10 308 1/22/2023
4.1.9 307 1/20/2023
4.1.8 315 1/18/2023
4.1.7 319 1/18/2023
4.1.6 308 1/17/2023
4.1.1 332 1/4/2023
4.1.0 327 1/1/2023
3.1.5 318 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 362 12/2/2022
3.0.29 339 12/1/2022
3.0.28 351 11/23/2022
3.0.26 350 11/23/2022
3.0.25 339 11/18/2022
3.0.24 351 11/18/2022
3.0.23 353 11/15/2022
3.0.22 366 11/14/2022
3.0.21 382 11/13/2022
3.0.20 381 11/2/2022
3.0.19 375 11/2/2022
3.0.18 399 10/29/2022
3.0.17 398 10/29/2022
3.0.16 387 10/29/2022
3.0.15 376 10/29/2022
3.0.14 398 10/24/2022
3.0.13 405 10/24/2022
3.0.12 408 10/17/2022
3.0.11 457 10/10/2022
3.0.10 412 10/6/2022
3.0.9 411 10/6/2022
3.0.8 414 10/6/2022
3.0.7 411 10/6/2022
3.0.6 421 10/5/2022
3.0.4 427 10/5/2022
3.0.3 426 10/3/2022
3.0.2 418 9/30/2022
3.0.1 443 9/30/2022
2.0.16 476 9/27/2022
2.0.15 472 9/27/2022
2.0.14 488 9/26/2022
2.0.13 473 9/26/2022
2.0.12 474 9/26/2022
2.0.11 469 9/25/2022
2.0.10 490 9/25/2022
2.0.9 489 9/23/2022
2.0.8 461 9/22/2022
2.0.6 447 9/20/2022
2.0.5 441 9/20/2022
2.0.4 438 9/20/2022
2.0.3 454 9/20/2022
2.0.2 473 9/20/2022
2.0.1 523 9/13/2022
2.0.0 473 8/19/2022
1.1.23 512 7/30/2022
1.1.22 486 7/29/2022
1.1.21 483 7/29/2022
1.1.20 471 7/29/2022
1.1.19 471 7/27/2022
1.1.17 487 7/27/2022
1.1.16 487 7/26/2022
1.1.15 467 7/25/2022
1.1.14 466 7/25/2022
1.1.13 474 7/22/2022
1.1.12 474 7/19/2022
1.1.11 488 7/19/2022
1.1.10 476 7/19/2022
1.1.9 494 7/19/2022
1.1.8 500 7/18/2022
1.1.7 478 7/18/2022
1.1.6 462 7/18/2022
1.1.5 470 7/18/2022
1.1.4 463 7/17/2022
1.1.3 498 7/17/2022
1.1.2 482 7/17/2022
1.1.0 490 7/17/2022
1.0.2 476 7/15/2022
1.0.0 481 7/8/2022
0.10.7 485 7/8/2022
0.10.2 500 7/2/2022
0.10.1 489 7/1/2022
0.9.10 518 6/20/2022
0.9.9 459 6/11/2022