Rystem.RepositoryFramework.Cache.Azure.Storage.Blob 1.1.5

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

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

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.20 37 6/16/2024
6.0.19 36 6/14/2024
6.0.18 35 6/14/2024
6.0.17 35 6/14/2024
6.0.16 64 6/10/2024
6.0.15 62 6/9/2024
6.0.14 85 5/24/2024
6.0.13 77 5/23/2024
6.0.12 71 5/23/2024
6.0.11 78 5/20/2024
6.0.9 87 5/20/2024
6.0.7 73 5/18/2024
6.0.6 83 5/10/2024
6.0.5 90 5/10/2024
6.0.4 91 4/3/2024
6.0.3 88 3/25/2024
6.0.0 220 11/21/2023
6.0.0-rc.6 88 10/25/2023
6.0.0-rc.5 57 10/25/2023
6.0.0-rc.4 53 10/23/2023
6.0.0-rc.3 54 10/19/2023
6.0.0-rc.2 56 10/18/2023
6.0.0-rc.1 58 10/16/2023
5.0.20 126 9/25/2023
5.0.19 130 9/10/2023
5.0.18 125 9/6/2023
5.0.17 123 9/6/2023
5.0.16 124 9/5/2023
5.0.15 118 9/5/2023
5.0.14 118 9/5/2023
5.0.13 110 9/1/2023
5.0.12 129 8/31/2023
5.0.11 103 8/30/2023
5.0.10 140 8/29/2023
5.0.9 133 8/24/2023
5.0.8 122 8/24/2023
5.0.7 128 8/23/2023
5.0.6 148 8/21/2023
5.0.5 135 8/21/2023
5.0.4 149 8/16/2023
5.0.3 168 8/2/2023
5.0.2 145 8/2/2023
5.0.1 144 8/1/2023
5.0.0 127 7/31/2023
4.1.26 171 7/20/2023
4.1.25 165 7/16/2023
4.1.24 223 6/13/2023
4.1.23 137 6/13/2023
4.1.22 140 5/30/2023
4.1.21 138 5/20/2023
4.1.20 315,251 4/19/2023
4.1.19 94,882 3/20/2023
4.1.18 195 3/20/2023
4.1.17 200 3/17/2023
4.1.16 198 3/16/2023
4.1.15 188 3/15/2023
4.1.14 771 3/9/2023
4.1.13 212 3/7/2023
4.1.12 329 2/10/2023
4.1.11 286 1/26/2023
4.1.10 268 1/22/2023
4.1.9 267 1/20/2023
4.1.8 280 1/18/2023
4.1.7 281 1/18/2023
4.1.6 269 1/17/2023
4.1.1 291 1/4/2023
4.1.0 290 1/1/2023
3.1.5 277 12/21/2022
3.1.3 290 12/12/2022
3.1.2 287 12/7/2022
3.1.1 279 12/7/2022
3.1.0 321 12/2/2022
3.0.29 303 12/1/2022
3.0.28 305 11/23/2022
3.0.26 306 11/23/2022
3.0.25 307 11/18/2022
3.0.24 312 11/18/2022
3.0.23 311 11/15/2022
3.0.22 326 11/14/2022
3.0.21 339 11/13/2022
3.0.20 339 11/2/2022
3.0.19 336 11/2/2022
3.0.18 358 10/29/2022
3.0.17 355 10/29/2022
3.0.16 344 10/29/2022
3.0.15 334 10/29/2022
3.0.14 357 10/24/2022
3.0.13 364 10/24/2022
3.0.12 378 10/17/2022
3.0.11 417 10/10/2022
3.0.10 373 10/6/2022
3.0.9 371 10/6/2022
3.0.8 368 10/6/2022
3.0.7 380 10/6/2022
3.0.6 383 10/5/2022
3.0.4 399 10/5/2022
3.0.3 387 10/3/2022
3.0.2 389 9/30/2022
3.0.1 396 9/30/2022
2.0.16 435 9/27/2022
2.0.15 430 9/27/2022
2.0.14 444 9/26/2022
2.0.13 430 9/26/2022
2.0.12 433 9/26/2022
2.0.11 422 9/25/2022
2.0.10 443 9/25/2022
2.0.9 443 9/23/2022
2.0.8 414 9/22/2022
2.0.6 407 9/20/2022
2.0.5 410 9/20/2022
2.0.4 404 9/20/2022
2.0.3 405 9/20/2022
2.0.2 423 9/20/2022
2.0.1 478 9/13/2022
2.0.0 427 8/19/2022
1.1.23 468 7/30/2022
1.1.22 442 7/29/2022
1.1.21 437 7/29/2022
1.1.20 427 7/29/2022
1.1.19 427 7/27/2022
1.1.17 441 7/27/2022
1.1.16 441 7/26/2022
1.1.15 419 7/25/2022
1.1.14 423 7/25/2022
1.1.13 429 7/22/2022
1.1.12 432 7/19/2022
1.1.11 448 7/19/2022
1.1.10 432 7/19/2022
1.1.9 450 7/19/2022
1.1.8 451 7/18/2022
1.1.7 433 7/18/2022
1.1.6 414 7/18/2022
1.1.5 426 7/18/2022
1.1.4 422 7/17/2022
1.1.3 454 7/17/2022
1.1.2 440 7/17/2022
1.1.0 446 7/17/2022
1.0.2 436 7/15/2022
1.0.0 440 7/8/2022
0.10.7 444 7/8/2022
0.10.2 459 7/2/2022
0.10.1 446 7/1/2022
0.9.10 443 6/20/2022
0.9.9 416 6/11/2022