Rystem.RepositoryFramework.Cache.Azure.Storage.Blob 6.1.1

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

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

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 net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.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.0 56,985 11/16/2024
9.0.0-rc.1 76 10/18/2024
6.2.0 218,999 10/10/2024
6.1.1 92 10/9/2024
6.1.0 47,843 9/29/2024
6.0.24 112 9/11/2024
6.0.23 93 7/18/2024
6.0.21 102 6/18/2024
6.0.20 110 6/16/2024
6.0.19 98 6/14/2024
6.0.18 100 6/14/2024
6.0.17 102 6/14/2024
6.0.16 98 6/10/2024
6.0.15 103 6/9/2024
6.0.14 106 5/24/2024
6.0.13 109 5/23/2024
6.0.12 100 5/23/2024
6.0.11 113 5/20/2024
6.0.9 116 5/20/2024
6.0.7 98 5/18/2024
6.0.6 97 5/10/2024
6.0.5 113 5/10/2024
6.0.4 119 4/3/2024
6.0.3 103 3/25/2024
6.0.0 248 11/21/2023
6.0.0-rc.6 104 10/25/2023
6.0.0-rc.5 72 10/25/2023
6.0.0-rc.4 70 10/23/2023
6.0.0-rc.3 68 10/19/2023
6.0.0-rc.2 73 10/18/2023
6.0.0-rc.1 75 10/16/2023
5.0.20 152 9/25/2023
5.0.19 157 9/10/2023
5.0.18 156 9/6/2023
5.0.17 150 9/6/2023
5.0.16 150 9/5/2023
5.0.15 143 9/5/2023
5.0.14 143 9/5/2023
5.0.13 138 9/1/2023
5.0.12 153 8/31/2023
5.0.11 133 8/30/2023
5.0.10 166 8/29/2023
5.0.9 187 8/24/2023
5.0.8 147 8/24/2023
5.0.7 154 8/23/2023
5.0.6 170 8/21/2023
5.0.5 161 8/21/2023
5.0.4 173 8/16/2023
5.0.3 203 8/2/2023
5.0.2 168 8/2/2023
5.0.1 168 8/1/2023
5.0.0 152 7/31/2023
4.1.26 202 7/20/2023
4.1.25 189 7/16/2023
4.1.24 245 6/13/2023
4.1.23 163 6/13/2023
4.1.22 164 5/30/2023
4.1.21 162 5/20/2023
4.1.20 315,279 4/19/2023
4.1.19 94,909 3/20/2023
4.1.18 217 3/20/2023
4.1.17 223 3/17/2023
4.1.16 220 3/16/2023
4.1.15 214 3/15/2023
4.1.14 795 3/9/2023
4.1.13 235 3/7/2023
4.1.12 358 2/10/2023
4.1.11 307 1/26/2023
4.1.10 294 1/22/2023
4.1.9 293 1/20/2023
4.1.8 302 1/18/2023
4.1.7 305 1/18/2023
4.1.6 294 1/17/2023
4.1.1 315 1/4/2023
4.1.0 313 1/1/2023
3.1.5 304 12/21/2022
3.1.3 315 12/12/2022
3.1.2 315 12/7/2022
3.1.1 305 12/7/2022
3.1.0 345 12/2/2022
3.0.29 325 12/1/2022
3.0.28 333 11/23/2022
3.0.26 333 11/23/2022
3.0.25 322 11/18/2022
3.0.24 335 11/18/2022
3.0.23 337 11/15/2022
3.0.22 350 11/14/2022
3.0.21 365 11/13/2022
3.0.20 364 11/2/2022
3.0.19 358 11/2/2022
3.0.18 382 10/29/2022
3.0.17 382 10/29/2022
3.0.16 371 10/29/2022
3.0.15 359 10/29/2022
3.0.14 381 10/24/2022
3.0.13 388 10/24/2022
3.0.12 391 10/17/2022
3.0.11 442 10/10/2022
3.0.10 396 10/6/2022
3.0.9 394 10/6/2022
3.0.8 397 10/6/2022
3.0.7 393 10/6/2022
3.0.6 407 10/5/2022
3.0.4 413 10/5/2022
3.0.3 411 10/3/2022
3.0.2 403 9/30/2022
3.0.1 428 9/30/2022
2.0.16 459 9/27/2022
2.0.15 457 9/27/2022
2.0.14 473 9/26/2022
2.0.13 457 9/26/2022
2.0.12 459 9/26/2022
2.0.11 453 9/25/2022
2.0.10 474 9/25/2022
2.0.9 474 9/23/2022
2.0.8 444 9/22/2022
2.0.6 432 9/20/2022
2.0.5 426 9/20/2022
2.0.4 421 9/20/2022
2.0.3 437 9/20/2022
2.0.2 458 9/20/2022
2.0.1 507 9/13/2022
2.0.0 458 8/19/2022
1.1.23 495 7/30/2022
1.1.22 471 7/29/2022
1.1.21 465 7/29/2022
1.1.20 454 7/29/2022
1.1.19 454 7/27/2022
1.1.17 472 7/27/2022
1.1.16 468 7/26/2022
1.1.15 451 7/25/2022
1.1.14 450 7/25/2022
1.1.13 459 7/22/2022
1.1.12 458 7/19/2022
1.1.11 473 7/19/2022
1.1.10 459 7/19/2022
1.1.9 477 7/19/2022
1.1.8 483 7/18/2022
1.1.7 462 7/18/2022
1.1.6 444 7/18/2022
1.1.5 454 7/18/2022
1.1.4 447 7/17/2022
1.1.3 479 7/17/2022
1.1.2 466 7/17/2022
1.1.0 473 7/17/2022
1.0.2 461 7/15/2022
1.0.0 466 7/8/2022
0.10.7 469 7/8/2022
0.10.2 485 7/2/2022
0.10.1 473 7/1/2022
0.9.10 503 6/20/2022
0.9.9 444 6/11/2022