Rystem.RepositoryFramework.Cache.Azure.Storage.Blob 1.1.13

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.13
                    
NuGet\Install-Package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob -Version 1.1.13
                    
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.13" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Rystem.RepositoryFramework.Cache.Azure.Storage.Blob" Version="1.1.13" />
                    
Directory.Packages.props
<PackageReference Include="Rystem.RepositoryFramework.Cache.Azure.Storage.Blob" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Rystem.RepositoryFramework.Cache.Azure.Storage.Blob --version 1.1.13
                    
#r "nuget: Rystem.RepositoryFramework.Cache.Azure.Storage.Blob, 1.1.13"
                    
#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.
#:package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob@1.1.13
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rystem.RepositoryFramework.Cache.Azure.Storage.Blob&version=1.1.13
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Cache.Azure.Storage.Blob&version=1.1.13
                    
Install as a Cake Tool

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.  net9.0 was computed.  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.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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.1.2 237,763 5/29/2025
9.1.1 97,708 5/2/2025
9.0.32 186,603 4/15/2025
9.0.31 5,693 4/2/2025
9.0.30 88,700 3/26/2025
9.0.29 8,919 3/18/2025
9.0.28 157 3/17/2025
9.0.27 153 3/16/2025
9.0.26 161 3/13/2025
9.0.25 52,021 3/9/2025
9.0.21 219 3/6/2025
9.0.20 19,492 3/6/2025
9.0.19 217 3/6/2025
9.0.18 229 3/4/2025
9.0.17 118 3/1/2025
9.0.16 118 3/1/2025
9.0.15 75,455 2/22/2025
9.0.14 22,487 2/18/2025
9.0.13 124 2/9/2025
9.0.12 217,664 1/13/2025
9.0.11 23,980 1/9/2025
9.0.10 97 1/9/2025
9.0.9 3,976 1/7/2025
9.0.8 12,465 1/6/2025
9.0.7 120 1/6/2025
9.0.4 92,238 12/23/2024
9.0.3 124 12/22/2024
9.0.2 10,667 12/21/2024
9.0.1 1,161 12/21/2024
9.0.0 172,950 11/16/2024
9.0.0-rc.1 91 10/18/2024
6.2.0 219,034 10/10/2024
6.1.1 127 10/9/2024
6.1.0 47,877 9/29/2024
6.0.24 144 9/11/2024
6.0.23 127 7/18/2024
6.0.21 136 6/18/2024
6.0.20 145 6/16/2024
6.0.19 130 6/14/2024
6.0.18 132 6/14/2024
6.0.17 138 6/14/2024
6.0.16 126 6/10/2024
6.0.15 134 6/9/2024
6.0.14 144 5/24/2024
6.0.13 139 5/23/2024
6.0.12 127 5/23/2024
6.0.11 144 5/20/2024
6.0.9 144 5/20/2024
6.0.7 127 5/18/2024
6.0.6 136 5/10/2024
6.0.5 143 5/10/2024
6.0.4 153 4/3/2024
6.0.3 139 3/25/2024
6.0.0 259 11/21/2023
6.0.0-rc.6 119 10/25/2023
6.0.0-rc.5 86 10/25/2023
6.0.0-rc.4 85 10/23/2023
6.0.0-rc.3 86 10/19/2023
6.0.0-rc.2 89 10/18/2023
6.0.0-rc.1 91 10/16/2023
5.0.20 169 9/25/2023
5.0.19 177 9/10/2023
5.0.18 177 9/6/2023
5.0.17 171 9/6/2023
5.0.16 172 9/5/2023
5.0.15 164 9/5/2023
5.0.14 164 9/5/2023
5.0.13 160 9/1/2023
5.0.12 174 8/31/2023
5.0.11 153 8/30/2023
5.0.10 187 8/29/2023
5.0.9 208 8/24/2023
5.0.8 174 8/24/2023
5.0.7 175 8/23/2023
5.0.6 190 8/21/2023
5.0.5 182 8/21/2023
5.0.4 195 8/16/2023
5.0.3 226 8/2/2023
5.0.2 203 8/2/2023
5.0.1 194 8/1/2023
5.0.0 176 7/31/2023
4.1.26 227 7/20/2023
4.1.25 215 7/16/2023
4.1.24 277 6/13/2023
4.1.23 196 6/13/2023
4.1.22 200 5/30/2023
4.1.21 194 5/20/2023
4.1.20 315,311 4/19/2023
4.1.19 94,940 3/20/2023
4.1.18 250 3/20/2023
4.1.17 253 3/17/2023
4.1.16 253 3/16/2023
4.1.15 247 3/15/2023
4.1.14 827 3/9/2023
4.1.13 267 3/7/2023
4.1.12 390 2/10/2023
4.1.11 344 1/26/2023
4.1.10 330 1/22/2023
4.1.9 329 1/20/2023
4.1.8 337 1/18/2023
4.1.7 341 1/18/2023
4.1.6 329 1/17/2023
4.1.1 353 1/4/2023
4.1.0 348 1/1/2023
3.1.5 345 12/21/2022
3.1.3 350 12/12/2022
3.1.2 361 12/7/2022
3.1.1 342 12/7/2022
3.1.0 384 12/2/2022
3.0.29 363 12/1/2022
3.0.28 372 11/23/2022
3.0.26 371 11/23/2022
3.0.25 370 11/18/2022
3.0.24 372 11/18/2022
3.0.23 375 11/15/2022
3.0.22 388 11/14/2022
3.0.21 404 11/13/2022
3.0.20 402 11/2/2022
3.0.19 397 11/2/2022
3.0.18 420 10/29/2022
3.0.17 419 10/29/2022
3.0.16 408 10/29/2022
3.0.15 399 10/29/2022
3.0.14 421 10/24/2022
3.0.13 427 10/24/2022
3.0.12 440 10/17/2022
3.0.11 479 10/10/2022
3.0.10 435 10/6/2022
3.0.9 433 10/6/2022
3.0.8 438 10/6/2022
3.0.7 442 10/6/2022
3.0.6 444 10/5/2022
3.0.4 459 10/5/2022
3.0.3 448 10/3/2022
3.0.2 450 9/30/2022
3.0.1 465 9/30/2022
2.0.16 498 9/27/2022
2.0.15 495 9/27/2022
2.0.14 510 9/26/2022
2.0.13 495 9/26/2022
2.0.12 501 9/26/2022
2.0.11 492 9/25/2022
2.0.10 512 9/25/2022
2.0.9 511 9/23/2022
2.0.8 483 9/22/2022
2.0.6 470 9/20/2022
2.0.5 474 9/20/2022
2.0.4 470 9/20/2022
2.0.3 476 9/20/2022
2.0.2 495 9/20/2022
2.0.1 546 9/13/2022
2.0.0 496 8/19/2022
1.1.23 539 7/30/2022
1.1.22 514 7/29/2022
1.1.21 509 7/29/2022
1.1.20 498 7/29/2022
1.1.19 497 7/27/2022
1.1.17 513 7/27/2022
1.1.16 514 7/26/2022
1.1.15 494 7/25/2022
1.1.14 493 7/25/2022
1.1.13 500 7/22/2022
1.1.12 501 7/19/2022
1.1.11 514 7/19/2022
1.1.10 503 7/19/2022
1.1.9 521 7/19/2022
1.1.8 526 7/18/2022
1.1.7 505 7/18/2022
1.1.6 489 7/18/2022
1.1.5 496 7/18/2022
1.1.4 490 7/17/2022
1.1.3 524 7/17/2022
1.1.2 508 7/17/2022
1.1.0 516 7/17/2022
1.0.2 502 7/15/2022
1.0.0 508 7/8/2022
0.10.7 512 7/8/2022
0.10.2 526 7/2/2022
0.10.1 515 7/1/2022
0.9.10 547 6/20/2022
0.9.9 487 6/11/2022