Rystem.RepositoryFramework.Cache.Azure.Storage.Blob 6.0.21

dotnet add package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob --version 6.0.21
NuGet\Install-Package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob -Version 6.0.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="6.0.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 6.0.21
#r "nuget: Rystem.RepositoryFramework.Cache.Azure.Storage.Blob, 6.0.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=6.0.21

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

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.21 66 6/18/2024
6.0.20 74 6/16/2024
6.0.19 68 6/14/2024
6.0.18 66 6/14/2024
6.0.17 68 6/14/2024
6.0.16 68 6/10/2024
6.0.15 67 6/9/2024
6.0.14 87 5/24/2024
6.0.13 79 5/23/2024
6.0.12 73 5/23/2024
6.0.11 80 5/20/2024
6.0.9 88 5/20/2024
6.0.7 74 5/18/2024
6.0.6 84 5/10/2024
6.0.5 91 5/10/2024
6.0.4 92 4/3/2024
6.0.3 89 3/25/2024
6.0.0 221 11/21/2023
6.0.0-rc.6 89 10/25/2023
6.0.0-rc.5 58 10/25/2023
6.0.0-rc.4 54 10/23/2023
6.0.0-rc.3 55 10/19/2023
6.0.0-rc.2 57 10/18/2023
6.0.0-rc.1 59 10/16/2023
5.0.20 127 9/25/2023
5.0.19 131 9/10/2023
5.0.18 126 9/6/2023
5.0.17 124 9/6/2023
5.0.16 125 9/5/2023
5.0.15 119 9/5/2023
5.0.14 119 9/5/2023
5.0.13 111 9/1/2023
5.0.12 130 8/31/2023
5.0.11 104 8/30/2023
5.0.10 141 8/29/2023
5.0.9 134 8/24/2023
5.0.8 123 8/24/2023
5.0.7 129 8/23/2023
5.0.6 149 8/21/2023
5.0.5 136 8/21/2023
5.0.4 150 8/16/2023
5.0.3 169 8/2/2023
5.0.2 146 8/2/2023
5.0.1 145 8/1/2023
5.0.0 128 7/31/2023
4.1.26 172 7/20/2023
4.1.25 166 7/16/2023
4.1.24 224 6/13/2023
4.1.23 138 6/13/2023
4.1.22 141 5/30/2023
4.1.21 139 5/20/2023
4.1.20 315,252 4/19/2023
4.1.19 94,883 3/20/2023
4.1.18 196 3/20/2023
4.1.17 201 3/17/2023
4.1.16 199 3/16/2023
4.1.15 189 3/15/2023
4.1.14 772 3/9/2023
4.1.13 213 3/7/2023
4.1.12 330 2/10/2023
4.1.11 287 1/26/2023
4.1.10 269 1/22/2023
4.1.9 268 1/20/2023
4.1.8 281 1/18/2023
4.1.7 282 1/18/2023
4.1.6 270 1/17/2023
4.1.1 292 1/4/2023
4.1.0 291 1/1/2023
3.1.5 278 12/21/2022
3.1.3 291 12/12/2022
3.1.2 288 12/7/2022
3.1.1 280 12/7/2022
3.1.0 322 12/2/2022
3.0.29 304 12/1/2022
3.0.28 306 11/23/2022
3.0.26 307 11/23/2022
3.0.25 308 11/18/2022
3.0.24 313 11/18/2022
3.0.23 312 11/15/2022
3.0.22 327 11/14/2022
3.0.21 340 11/13/2022
3.0.20 340 11/2/2022
3.0.19 337 11/2/2022
3.0.18 361 10/29/2022
3.0.17 356 10/29/2022
3.0.16 345 10/29/2022
3.0.15 337 10/29/2022
3.0.14 360 10/24/2022
3.0.13 367 10/24/2022
3.0.12 379 10/17/2022
3.0.11 418 10/10/2022
3.0.10 374 10/6/2022
3.0.9 372 10/6/2022
3.0.8 369 10/6/2022
3.0.7 381 10/6/2022
3.0.6 384 10/5/2022
3.0.4 400 10/5/2022
3.0.3 388 10/3/2022
3.0.2 390 9/30/2022
3.0.1 397 9/30/2022
2.0.16 436 9/27/2022
2.0.15 431 9/27/2022
2.0.14 445 9/26/2022
2.0.13 431 9/26/2022
2.0.12 434 9/26/2022
2.0.11 423 9/25/2022
2.0.10 444 9/25/2022
2.0.9 444 9/23/2022
2.0.8 415 9/22/2022
2.0.6 408 9/20/2022
2.0.5 411 9/20/2022
2.0.4 405 9/20/2022
2.0.3 406 9/20/2022
2.0.2 424 9/20/2022
2.0.1 481 9/13/2022
2.0.0 428 8/19/2022
1.1.23 469 7/30/2022
1.1.22 443 7/29/2022
1.1.21 438 7/29/2022
1.1.20 428 7/29/2022
1.1.19 428 7/27/2022
1.1.17 442 7/27/2022
1.1.16 442 7/26/2022
1.1.15 420 7/25/2022
1.1.14 424 7/25/2022
1.1.13 430 7/22/2022
1.1.12 433 7/19/2022
1.1.11 449 7/19/2022
1.1.10 433 7/19/2022
1.1.9 451 7/19/2022
1.1.8 452 7/18/2022
1.1.7 434 7/18/2022
1.1.6 415 7/18/2022
1.1.5 427 7/18/2022
1.1.4 423 7/17/2022
1.1.3 455 7/17/2022
1.1.2 441 7/17/2022
1.1.0 447 7/17/2022
1.0.2 437 7/15/2022
1.0.0 441 7/8/2022
0.10.7 445 7/8/2022
0.10.2 460 7/2/2022
0.10.1 447 7/1/2022
0.9.10 444 6/20/2022
0.9.9 417 6/11/2022