Rystem.RepositoryFramework.Cache.Azure.Storage.Blob 9.0.28

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

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

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,812 3 days ago
9.0.28 54 4 days ago
9.0.27 51 5 days ago
9.0.26 133 9 days ago
9.0.25 51,990 12 days ago
9.0.21 191 15 days ago
9.0.20 19,464 15 days ago
9.0.19 189 16 days ago
9.0.18 203 17 days ago
9.0.17 90 20 days ago
9.0.16 90 20 days ago
9.0.15 75,427 a month ago
9.0.14 22,461 a month ago
9.0.13 96 a month ago
9.0.12 217,640 2 months ago
9.0.11 23,954 2 months ago
9.0.10 71 2 months ago
9.0.9 3,948 2 months ago
9.0.8 12,432 2 months ago
9.0.7 93 2 months ago
9.0.4 92,212 3 months ago
9.0.3 98 3 months ago
9.0.2 10,640 3 months ago
9.0.1 1,128 3 months ago
9.0.0 172,926 4 months ago
9.0.0-rc.1 85 5 months ago
6.2.0 219,010 5 months ago
6.1.1 103 5 months ago
6.1.0 47,854 6 months ago
6.0.24 123 6 months ago
6.0.23 104 8 months ago
6.0.21 114 9 months ago
6.0.20 122 9 months ago
6.0.19 108 9 months ago
6.0.18 111 9 months ago
6.0.17 117 9 months ago
6.0.16 106 9 months ago
6.0.15 113 9 months ago
6.0.14 113 10 months ago
6.0.13 116 10 months ago
6.0.12 107 10 months ago
6.0.11 123 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 123 5/10/2024
6.0.4 124 4/3/2024
6.0.3 108 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 163 9/10/2023
5.0.18 162 9/6/2023
5.0.17 156 9/6/2023
5.0.16 156 9/5/2023
5.0.15 149 9/5/2023
5.0.14 149 9/5/2023
5.0.13 144 9/1/2023
5.0.12 159 8/31/2023
5.0.11 139 8/30/2023
5.0.10 172 8/29/2023
5.0.9 193 8/24/2023
5.0.8 153 8/24/2023
5.0.7 160 8/23/2023
5.0.6 176 8/21/2023
5.0.5 167 8/21/2023
5.0.4 179 8/16/2023
5.0.3 209 8/2/2023
5.0.2 180 8/2/2023
5.0.1 175 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 174 6/13/2023
4.1.22 179 5/30/2023
4.1.21 172 5/20/2023
4.1.20 315,290 4/19/2023
4.1.19 94,920 3/20/2023
4.1.18 228 3/20/2023
4.1.17 233 3/17/2023
4.1.16 233 3/16/2023
4.1.15 224 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 321 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 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 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 404 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 453 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 511 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 475 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