Rystem.RepositoryFramework.Cache.Azure.Storage.Blob 6.0.6

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

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

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
6.0.14 42 5/24/2024
6.0.13 40 5/23/2024
6.0.12 28 5/23/2024
6.0.11 71 5/20/2024
6.0.9 80 5/20/2024
6.0.7 65 5/18/2024
6.0.6 77 5/10/2024
6.0.5 85 5/10/2024
6.0.4 89 4/3/2024
6.0.3 86 3/25/2024
6.0.0 216 11/21/2023
6.0.0-rc.6 87 10/25/2023
6.0.0-rc.5 56 10/25/2023
6.0.0-rc.4 52 10/23/2023
6.0.0-rc.3 53 10/19/2023
6.0.0-rc.2 55 10/18/2023
6.0.0-rc.1 58 10/16/2023
5.0.20 125 9/25/2023
5.0.19 129 9/10/2023
5.0.18 124 9/6/2023
5.0.17 122 9/6/2023
5.0.16 123 9/5/2023
5.0.15 117 9/5/2023
5.0.14 117 9/5/2023
5.0.13 109 9/1/2023
5.0.12 128 8/31/2023
5.0.11 102 8/30/2023
5.0.10 139 8/29/2023
5.0.9 132 8/24/2023
5.0.8 121 8/24/2023
5.0.7 127 8/23/2023
5.0.6 147 8/21/2023
5.0.5 134 8/21/2023
5.0.4 148 8/16/2023
5.0.3 165 8/2/2023
5.0.2 144 8/2/2023
5.0.1 143 8/1/2023
5.0.0 126 7/31/2023
4.1.26 170 7/20/2023
4.1.25 164 7/16/2023
4.1.24 222 6/13/2023
4.1.23 136 6/13/2023
4.1.22 139 5/30/2023
4.1.21 137 5/20/2023
4.1.20 315,248 4/19/2023
4.1.19 94,881 3/20/2023
4.1.18 194 3/20/2023
4.1.17 199 3/17/2023
4.1.16 197 3/16/2023
4.1.15 187 3/15/2023
4.1.14 770 3/9/2023
4.1.13 211 3/7/2023
4.1.12 328 2/10/2023
4.1.11 285 1/26/2023
4.1.10 267 1/22/2023
4.1.9 266 1/20/2023
4.1.8 279 1/18/2023
4.1.7 280 1/18/2023
4.1.6 268 1/17/2023
4.1.1 290 1/4/2023
4.1.0 289 1/1/2023
3.1.5 276 12/21/2022
3.1.3 289 12/12/2022
3.1.2 286 12/7/2022
3.1.1 278 12/7/2022
3.1.0 318 12/2/2022
3.0.29 302 12/1/2022
3.0.28 304 11/23/2022
3.0.26 305 11/23/2022
3.0.25 306 11/18/2022
3.0.24 311 11/18/2022
3.0.23 310 11/15/2022
3.0.22 325 11/14/2022
3.0.21 338 11/13/2022
3.0.20 338 11/2/2022
3.0.19 335 11/2/2022
3.0.18 357 10/29/2022
3.0.17 354 10/29/2022
3.0.16 343 10/29/2022
3.0.15 333 10/29/2022
3.0.14 356 10/24/2022
3.0.13 363 10/24/2022
3.0.12 375 10/17/2022
3.0.11 412 10/10/2022
3.0.10 372 10/6/2022
3.0.9 368 10/6/2022
3.0.8 365 10/6/2022
3.0.7 377 10/6/2022
3.0.6 380 10/5/2022
3.0.4 398 10/5/2022
3.0.3 384 10/3/2022
3.0.2 388 9/30/2022
3.0.1 395 9/30/2022
2.0.16 432 9/27/2022
2.0.15 429 9/27/2022
2.0.14 441 9/26/2022
2.0.13 427 9/26/2022
2.0.12 430 9/26/2022
2.0.11 421 9/25/2022
2.0.10 442 9/25/2022
2.0.9 442 9/23/2022
2.0.8 413 9/22/2022
2.0.6 406 9/20/2022
2.0.5 409 9/20/2022
2.0.4 403 9/20/2022
2.0.3 404 9/20/2022
2.0.2 422 9/20/2022
2.0.1 475 9/13/2022
2.0.0 426 8/19/2022
1.1.23 465 7/30/2022
1.1.22 441 7/29/2022
1.1.21 436 7/29/2022
1.1.20 426 7/29/2022
1.1.19 426 7/27/2022
1.1.17 440 7/27/2022
1.1.16 440 7/26/2022
1.1.15 418 7/25/2022
1.1.14 422 7/25/2022
1.1.13 428 7/22/2022
1.1.12 431 7/19/2022
1.1.11 447 7/19/2022
1.1.10 431 7/19/2022
1.1.9 449 7/19/2022
1.1.8 450 7/18/2022
1.1.7 432 7/18/2022
1.1.6 413 7/18/2022
1.1.5 425 7/18/2022
1.1.4 421 7/17/2022
1.1.3 453 7/17/2022
1.1.2 439 7/17/2022
1.1.0 445 7/17/2022
1.0.2 435 7/15/2022
1.0.0 439 7/8/2022
0.10.7 443 7/8/2022
0.10.2 456 7/2/2022
0.10.1 445 7/1/2022
0.9.10 442 6/20/2022
0.9.9 415 6/11/2022