Rystem.RepositoryFramework.Cache.Azure.Storage.Blob 1.1.21

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

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

What is Rystem?

Cache example

builder.Services
    .AddRepositoryInBlobStorage<User, string>(builder.Configuration["Storage:ConnectionString"])
    .WithInMemoryCache(x =>
    {
        x.RefreshTime = TimeSpan.FromSeconds(20);
        x.Methods = RepositoryMethod.All;
    })
    .WithBlobStorageCache(builder.Configuration["Storage:ConnectionString"], settings: x =>
    {
        x.RefreshTime = TimeSpan.FromSeconds(120);
        x.Methods = RepositoryMethod.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 net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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
6.0.24 90 9/11/2024
6.0.23 84 7/18/2024
6.0.21 95 6/18/2024
6.0.20 102 6/16/2024
6.0.19 92 6/14/2024
6.0.18 92 6/14/2024
6.0.17 96 6/14/2024
6.0.16 92 6/10/2024
6.0.15 96 6/9/2024
6.0.14 98 5/24/2024
6.0.13 103 5/23/2024
6.0.12 91 5/23/2024
6.0.11 106 5/20/2024
6.0.9 109 5/20/2024
6.0.7 90 5/18/2024
6.0.6 90 5/10/2024
6.0.5 106 5/10/2024
6.0.4 112 4/3/2024
6.0.3 95 3/25/2024
6.0.0 239 11/21/2023
6.0.0-rc.6 94 10/25/2023
6.0.0-rc.5 65 10/25/2023
6.0.0-rc.4 59 10/23/2023
6.0.0-rc.3 61 10/19/2023
6.0.0-rc.2 63 10/18/2023
6.0.0-rc.1 65 10/16/2023
5.0.20 142 9/25/2023
5.0.19 149 9/10/2023
5.0.18 148 9/6/2023
5.0.17 142 9/6/2023
5.0.16 140 9/5/2023
5.0.15 135 9/5/2023
5.0.14 133 9/5/2023
5.0.13 129 9/1/2023
5.0.12 145 8/31/2023
5.0.11 124 8/30/2023
5.0.10 156 8/29/2023
5.0.9 151 8/24/2023
5.0.8 138 8/24/2023
5.0.7 145 8/23/2023
5.0.6 163 8/21/2023
5.0.5 151 8/21/2023
5.0.4 164 8/16/2023
5.0.3 195 8/2/2023
5.0.2 160 8/2/2023
5.0.1 159 8/1/2023
5.0.0 142 7/31/2023
4.1.26 192 7/20/2023
4.1.25 181 7/16/2023
4.1.24 235 6/13/2023
4.1.23 155 6/13/2023
4.1.22 156 5/30/2023
4.1.21 154 5/20/2023
4.1.20 315,269 4/19/2023
4.1.19 94,901 3/20/2023
4.1.18 208 3/20/2023
4.1.17 215 3/17/2023
4.1.16 209 3/16/2023
4.1.15 206 3/15/2023
4.1.14 786 3/9/2023
4.1.13 227 3/7/2023
4.1.12 350 2/10/2023
4.1.11 299 1/26/2023
4.1.10 286 1/22/2023
4.1.9 285 1/20/2023
4.1.8 293 1/18/2023
4.1.7 296 1/18/2023
4.1.6 286 1/17/2023
4.1.1 307 1/4/2023
4.1.0 305 1/1/2023
3.1.5 297 12/21/2022
3.1.3 307 12/12/2022
3.1.2 306 12/7/2022
3.1.1 297 12/7/2022
3.1.0 338 12/2/2022
3.0.29 317 12/1/2022
3.0.28 326 11/23/2022
3.0.26 325 11/23/2022
3.0.25 313 11/18/2022
3.0.24 326 11/18/2022
3.0.23 328 11/15/2022
3.0.22 342 11/14/2022
3.0.21 356 11/13/2022
3.0.20 356 11/2/2022
3.0.19 350 11/2/2022
3.0.18 375 10/29/2022
3.0.17 375 10/29/2022
3.0.16 362 10/29/2022
3.0.15 352 10/29/2022
3.0.14 374 10/24/2022
3.0.13 380 10/24/2022
3.0.12 384 10/17/2022
3.0.11 434 10/10/2022
3.0.10 389 10/6/2022
3.0.9 386 10/6/2022
3.0.8 390 10/6/2022
3.0.7 385 10/6/2022
3.0.6 399 10/5/2022
3.0.4 405 10/5/2022
3.0.3 404 10/3/2022
3.0.2 395 9/30/2022
3.0.1 420 9/30/2022
2.0.16 451 9/27/2022
2.0.15 450 9/27/2022
2.0.14 463 9/26/2022
2.0.13 449 9/26/2022
2.0.12 449 9/26/2022
2.0.11 443 9/25/2022
2.0.10 464 9/25/2022
2.0.9 464 9/23/2022
2.0.8 435 9/22/2022
2.0.6 423 9/20/2022
2.0.5 419 9/20/2022
2.0.4 411 9/20/2022
2.0.3 427 9/20/2022
2.0.2 450 9/20/2022
2.0.1 497 9/13/2022
2.0.0 450 8/19/2022
1.1.23 485 7/30/2022
1.1.22 460 7/29/2022
1.1.21 454 7/29/2022
1.1.20 444 7/29/2022
1.1.19 445 7/27/2022
1.1.17 464 7/27/2022
1.1.16 460 7/26/2022
1.1.15 443 7/25/2022
1.1.14 441 7/25/2022
1.1.13 450 7/22/2022
1.1.12 449 7/19/2022
1.1.11 466 7/19/2022
1.1.10 448 7/19/2022
1.1.9 466 7/19/2022
1.1.8 475 7/18/2022
1.1.7 450 7/18/2022
1.1.6 435 7/18/2022
1.1.5 446 7/18/2022
1.1.4 439 7/17/2022
1.1.3 470 7/17/2022
1.1.2 458 7/17/2022
1.1.0 465 7/17/2022
1.0.2 454 7/15/2022
1.0.0 457 7/8/2022
0.10.7 460 7/8/2022
0.10.2 477 7/2/2022
0.10.1 466 7/1/2022
0.9.10 475 6/20/2022
0.9.9 437 6/11/2022