Rystem.RepositoryFramework.Cache.Azure.Storage.Blob 3.0.14

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 3.0.14
                    
NuGet\Install-Package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob -Version 3.0.14
                    
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="3.0.14" />
                    
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="3.0.14" />
                    
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 3.0.14
                    
#r "nuget: Rystem.RepositoryFramework.Cache.Azure.Storage.Blob, 3.0.14"
                    
#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.
#addin nuget:?package=Rystem.RepositoryFramework.Cache.Azure.Storage.Blob&version=3.0.14
                    
Install as a Cake Addin
#tool nuget:?package=Rystem.RepositoryFramework.Cache.Azure.Storage.Blob&version=3.0.14
                    
Install as a Cake Tool

What is Rystem?

Cache example

builder.Services
    .AddRepositoryInBlobStorage<User, string>(builder.Configuration["ConnectionString:Storage"])
    .WithInMemoryCache(x =>
    {
        x.RefreshTime = TimeSpan.FromSeconds(20);
        x.Methods = RepositoryMethod.All;
    })
    .WithBlobStorageCache(builder.Configuration["ConnectionString:Storage"], 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 130,566 5/29/2025
9.1.1 97,703 5/2/2025
9.0.32 186,598 4/15/2025
9.0.31 5,688 4/2/2025
9.0.30 88,695 3/26/2025
9.0.29 8,914 3/18/2025
9.0.28 152 3/17/2025
9.0.27 146 3/16/2025
9.0.26 156 3/13/2025
9.0.25 52,014 3/9/2025
9.0.21 213 3/6/2025
9.0.20 19,486 3/6/2025
9.0.19 212 3/6/2025
9.0.18 224 3/4/2025
9.0.17 113 3/1/2025
9.0.16 112 3/1/2025
9.0.15 75,450 2/22/2025
9.0.14 22,482 2/18/2025
9.0.13 117 2/9/2025
9.0.12 217,659 1/13/2025
9.0.11 23,974 1/9/2025
9.0.10 91 1/9/2025
9.0.9 3,970 1/7/2025
9.0.8 12,459 1/6/2025
9.0.7 114 1/6/2025
9.0.4 92,231 12/23/2024
9.0.3 119 12/22/2024
9.0.2 10,660 12/21/2024
9.0.1 1,154 12/21/2024
9.0.0 172,944 11/16/2024
9.0.0-rc.1 90 10/18/2024
6.2.0 219,029 10/10/2024
6.1.1 122 10/9/2024
6.1.0 47,872 9/29/2024
6.0.24 139 9/11/2024
6.0.23 122 7/18/2024
6.0.21 131 6/18/2024
6.0.20 140 6/16/2024
6.0.19 125 6/14/2024
6.0.18 127 6/14/2024
6.0.17 133 6/14/2024
6.0.16 121 6/10/2024
6.0.15 129 6/9/2024
6.0.14 139 5/24/2024
6.0.13 133 5/23/2024
6.0.12 122 5/23/2024
6.0.11 139 5/20/2024
6.0.9 140 5/20/2024
6.0.7 122 5/18/2024
6.0.6 131 5/10/2024
6.0.5 138 5/10/2024
6.0.4 148 4/3/2024
6.0.3 134 3/25/2024
6.0.0 259 11/21/2023
6.0.0-rc.6 116 10/25/2023
6.0.0-rc.5 83 10/25/2023
6.0.0-rc.4 82 10/23/2023
6.0.0-rc.3 82 10/19/2023
6.0.0-rc.2 85 10/18/2023
6.0.0-rc.1 87 10/16/2023
5.0.20 165 9/25/2023
5.0.19 173 9/10/2023
5.0.18 172 9/6/2023
5.0.17 166 9/6/2023
5.0.16 167 9/5/2023
5.0.15 159 9/5/2023
5.0.14 159 9/5/2023
5.0.13 154 9/1/2023
5.0.12 169 8/31/2023
5.0.11 148 8/30/2023
5.0.10 182 8/29/2023
5.0.9 203 8/24/2023
5.0.8 169 8/24/2023
5.0.7 170 8/23/2023
5.0.6 185 8/21/2023
5.0.5 177 8/21/2023
5.0.4 190 8/16/2023
5.0.3 221 8/2/2023
5.0.2 198 8/2/2023
5.0.1 189 8/1/2023
5.0.0 171 7/31/2023
4.1.26 222 7/20/2023
4.1.25 210 7/16/2023
4.1.24 272 6/13/2023
4.1.23 191 6/13/2023
4.1.22 195 5/30/2023
4.1.21 188 5/20/2023
4.1.20 315,306 4/19/2023
4.1.19 94,935 3/20/2023
4.1.18 243 3/20/2023
4.1.17 247 3/17/2023
4.1.16 248 3/16/2023
4.1.15 241 3/15/2023
4.1.14 821 3/9/2023
4.1.13 261 3/7/2023
4.1.12 385 2/10/2023
4.1.11 339 1/26/2023
4.1.10 325 1/22/2023
4.1.9 324 1/20/2023
4.1.8 332 1/18/2023
4.1.7 336 1/18/2023
4.1.6 324 1/17/2023
4.1.1 347 1/4/2023
4.1.0 344 1/1/2023
3.1.5 341 12/21/2022
3.1.3 346 12/12/2022
3.1.2 357 12/7/2022
3.1.1 338 12/7/2022
3.1.0 380 12/2/2022
3.0.29 358 12/1/2022
3.0.28 368 11/23/2022
3.0.26 367 11/23/2022
3.0.25 366 11/18/2022
3.0.24 368 11/18/2022
3.0.23 371 11/15/2022
3.0.22 384 11/14/2022
3.0.21 400 11/13/2022
3.0.20 398 11/2/2022
3.0.19 392 11/2/2022
3.0.18 416 10/29/2022
3.0.17 415 10/29/2022
3.0.16 404 10/29/2022
3.0.15 395 10/29/2022
3.0.14 417 10/24/2022
3.0.13 423 10/24/2022
3.0.12 436 10/17/2022
3.0.11 475 10/10/2022
3.0.10 431 10/6/2022
3.0.9 429 10/6/2022
3.0.8 434 10/6/2022
3.0.7 438 10/6/2022
3.0.6 440 10/5/2022
3.0.4 455 10/5/2022
3.0.3 444 10/3/2022
3.0.2 446 9/30/2022
3.0.1 461 9/30/2022
2.0.16 494 9/27/2022
2.0.15 491 9/27/2022
2.0.14 506 9/26/2022
2.0.13 491 9/26/2022
2.0.12 497 9/26/2022
2.0.11 488 9/25/2022
2.0.10 508 9/25/2022
2.0.9 507 9/23/2022
2.0.8 479 9/22/2022
2.0.6 466 9/20/2022
2.0.5 470 9/20/2022
2.0.4 466 9/20/2022
2.0.3 472 9/20/2022
2.0.2 491 9/20/2022
2.0.1 542 9/13/2022
2.0.0 492 8/19/2022
1.1.23 535 7/30/2022
1.1.22 510 7/29/2022
1.1.21 505 7/29/2022
1.1.20 494 7/29/2022
1.1.19 493 7/27/2022
1.1.17 509 7/27/2022
1.1.16 510 7/26/2022
1.1.15 490 7/25/2022
1.1.14 489 7/25/2022
1.1.13 496 7/22/2022
1.1.12 497 7/19/2022
1.1.11 510 7/19/2022
1.1.10 499 7/19/2022
1.1.9 517 7/19/2022
1.1.8 522 7/18/2022
1.1.7 500 7/18/2022
1.1.6 485 7/18/2022
1.1.5 492 7/18/2022
1.1.4 485 7/17/2022
1.1.3 520 7/17/2022
1.1.2 504 7/17/2022
1.1.0 512 7/17/2022
1.0.2 498 7/15/2022
1.0.0 504 7/8/2022
0.10.7 508 7/8/2022
0.10.2 522 7/2/2022
0.10.1 511 7/1/2022
0.9.10 543 6/20/2022
0.9.9 483 6/11/2022