Rystem.RepositoryFramework.Cache.Azure.Storage.Blob
9.0.0-rc.1
This is a prerelease version of Rystem.RepositoryFramework.Cache.Azure.Storage.Blob.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob --version 9.0.0-rc.1
NuGet\Install-Package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob -Version 9.0.0-rc.1
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="9.0.0-rc.1" />
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 9.0.0-rc.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Rystem.RepositoryFramework.Cache.Azure.Storage.Blob, 9.0.0-rc.1"
#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=9.0.0-rc.1&prerelease // Install Rystem.RepositoryFramework.Cache.Azure.Storage.Blob as a Cake Tool #tool nuget:?package=Rystem.RepositoryFramework.Cache.Azure.Storage.Blob&version=9.0.0-rc.1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. 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. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net9.0
- Rystem.RepositoryFramework.Cache (>= 9.0.0-rc.1)
- Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob (>= 9.0.0-rc.1)
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.0.29 | 2,449 | a day ago |
9.0.28 | 49 | 2 days ago |
9.0.27 | 47 | 3 days ago |
9.0.26 | 131 | 7 days ago |
9.0.25 | 51,990 | 11 days ago |
9.0.21 | 191 | 13 days ago |
9.0.20 | 19,464 | 14 days ago |
9.0.19 | 189 | 14 days ago |
9.0.18 | 203 | 16 days ago |
9.0.17 | 90 | 18 days ago |
9.0.16 | 90 | 19 days ago |
9.0.15 | 75,426 | a month ago |
9.0.14 | 22,461 | a month ago |
9.0.13 | 96 | a month ago |
9.0.12 | 217,640 | 2 months ago |
9.0.11 | 23,954 | 2 months ago |
9.0.10 | 71 | 2 months ago |
9.0.9 | 3,948 | 2 months ago |
9.0.8 | 12,432 | 2 months ago |
9.0.7 | 93 | 2 months ago |
9.0.4 | 92,212 | 3 months ago |
9.0.3 | 98 | 3 months ago |
9.0.2 | 10,640 | 3 months ago |
9.0.1 | 1,128 | 3 months ago |
9.0.0 | 172,926 | 4 months ago |
9.0.0-rc.1 | 85 | 5 months ago |
6.2.0 | 219,010 | 5 months ago |
6.1.1 | 103 | 5 months ago |
6.1.0 | 47,854 | 6 months ago |
6.0.24 | 123 | 6 months ago |
6.0.23 | 104 | 8 months ago |
6.0.21 | 114 | 9 months ago |
6.0.20 | 122 | 9 months ago |
6.0.19 | 108 | 9 months ago |
6.0.18 | 110 | 9 months ago |
6.0.17 | 117 | 9 months ago |
6.0.16 | 106 | 9 months ago |
6.0.15 | 112 | 9 months ago |
6.0.14 | 113 | 10 months ago |
6.0.13 | 116 | 10 months ago |
6.0.12 | 107 | 10 months ago |
6.0.11 | 122 | 10 months ago |
6.0.9 | 125 | 10 months ago |
6.0.7 | 105 | 5/18/2024 |
6.0.6 | 106 | 5/10/2024 |
6.0.5 | 122 | 5/10/2024 |
6.0.4 | 124 | 4/3/2024 |
6.0.3 | 108 | 3/25/2024 |
6.0.0 | 254 | 11/21/2023 |
6.0.0-rc.6 | 110 | 10/25/2023 |
6.0.0-rc.5 | 78 | 10/25/2023 |
6.0.0-rc.4 | 76 | 10/23/2023 |
6.0.0-rc.3 | 76 | 10/19/2023 |
6.0.0-rc.2 | 79 | 10/18/2023 |
6.0.0-rc.1 | 81 | 10/16/2023 |
5.0.20 | 158 | 9/25/2023 |
5.0.19 | 163 | 9/10/2023 |
5.0.18 | 162 | 9/6/2023 |
5.0.17 | 156 | 9/6/2023 |
5.0.16 | 156 | 9/5/2023 |
5.0.15 | 149 | 9/5/2023 |
5.0.14 | 149 | 9/5/2023 |
5.0.13 | 144 | 9/1/2023 |
5.0.12 | 159 | 8/31/2023 |
5.0.11 | 139 | 8/30/2023 |
5.0.10 | 172 | 8/29/2023 |
5.0.9 | 193 | 8/24/2023 |
5.0.8 | 153 | 8/24/2023 |
5.0.7 | 160 | 8/23/2023 |
5.0.6 | 176 | 8/21/2023 |
5.0.5 | 167 | 8/21/2023 |
5.0.4 | 179 | 8/16/2023 |
5.0.3 | 209 | 8/2/2023 |
5.0.2 | 180 | 8/2/2023 |
5.0.1 | 174 | 8/1/2023 |
5.0.0 | 158 | 7/31/2023 |
4.1.26 | 208 | 7/20/2023 |
4.1.25 | 196 | 7/16/2023 |
4.1.24 | 256 | 6/13/2023 |
4.1.23 | 174 | 6/13/2023 |
4.1.22 | 179 | 5/30/2023 |
4.1.21 | 171 | 5/20/2023 |
4.1.20 | 315,289 | 4/19/2023 |
4.1.19 | 94,919 | 3/20/2023 |
4.1.18 | 227 | 3/20/2023 |
4.1.17 | 233 | 3/17/2023 |
4.1.16 | 232 | 3/16/2023 |
4.1.15 | 224 | 3/15/2023 |
4.1.14 | 805 | 3/9/2023 |
4.1.13 | 245 | 3/7/2023 |
4.1.12 | 371 | 2/10/2023 |
4.1.11 | 320 | 1/26/2023 |
4.1.10 | 307 | 1/22/2023 |
4.1.9 | 306 | 1/20/2023 |
4.1.8 | 315 | 1/18/2023 |
4.1.7 | 318 | 1/18/2023 |
4.1.6 | 307 | 1/17/2023 |
4.1.1 | 331 | 1/4/2023 |
4.1.0 | 327 | 1/1/2023 |
3.1.5 | 318 | 12/21/2022 |
3.1.3 | 329 | 12/12/2022 |
3.1.2 | 341 | 12/7/2022 |
3.1.1 | 320 | 12/7/2022 |
3.1.0 | 361 | 12/2/2022 |
3.0.29 | 339 | 12/1/2022 |
3.0.28 | 349 | 11/23/2022 |
3.0.26 | 349 | 11/23/2022 |
3.0.25 | 338 | 11/18/2022 |
3.0.24 | 350 | 11/18/2022 |
3.0.23 | 353 | 11/15/2022 |
3.0.22 | 366 | 11/14/2022 |
3.0.21 | 381 | 11/13/2022 |
3.0.20 | 380 | 11/2/2022 |
3.0.19 | 374 | 11/2/2022 |
3.0.18 | 398 | 10/29/2022 |
3.0.17 | 398 | 10/29/2022 |
3.0.16 | 387 | 10/29/2022 |
3.0.15 | 375 | 10/29/2022 |
3.0.14 | 397 | 10/24/2022 |
3.0.13 | 404 | 10/24/2022 |
3.0.12 | 407 | 10/17/2022 |
3.0.11 | 457 | 10/10/2022 |
3.0.10 | 412 | 10/6/2022 |
3.0.9 | 410 | 10/6/2022 |
3.0.8 | 413 | 10/6/2022 |
3.0.7 | 409 | 10/6/2022 |
3.0.6 | 421 | 10/5/2022 |
3.0.4 | 427 | 10/5/2022 |
3.0.3 | 425 | 10/3/2022 |
3.0.2 | 418 | 9/30/2022 |
3.0.1 | 443 | 9/30/2022 |
2.0.16 | 474 | 9/27/2022 |
2.0.15 | 472 | 9/27/2022 |
2.0.14 | 488 | 9/26/2022 |
2.0.13 | 472 | 9/26/2022 |
2.0.12 | 474 | 9/26/2022 |
2.0.11 | 468 | 9/25/2022 |
2.0.10 | 489 | 9/25/2022 |
2.0.9 | 489 | 9/23/2022 |
2.0.8 | 459 | 9/22/2022 |
2.0.6 | 446 | 9/20/2022 |
2.0.5 | 441 | 9/20/2022 |
2.0.4 | 436 | 9/20/2022 |
2.0.3 | 452 | 9/20/2022 |
2.0.2 | 473 | 9/20/2022 |
2.0.1 | 522 | 9/13/2022 |
2.0.0 | 473 | 8/19/2022 |
1.1.23 | 510 | 7/30/2022 |
1.1.22 | 486 | 7/29/2022 |
1.1.21 | 482 | 7/29/2022 |
1.1.20 | 469 | 7/29/2022 |
1.1.19 | 471 | 7/27/2022 |
1.1.17 | 487 | 7/27/2022 |
1.1.16 | 485 | 7/26/2022 |
1.1.15 | 466 | 7/25/2022 |
1.1.14 | 465 | 7/25/2022 |
1.1.13 | 474 | 7/22/2022 |
1.1.12 | 473 | 7/19/2022 |
1.1.11 | 488 | 7/19/2022 |
1.1.10 | 474 | 7/19/2022 |
1.1.9 | 494 | 7/19/2022 |
1.1.8 | 500 | 7/18/2022 |
1.1.7 | 477 | 7/18/2022 |
1.1.6 | 461 | 7/18/2022 |
1.1.5 | 469 | 7/18/2022 |
1.1.4 | 462 | 7/17/2022 |
1.1.3 | 496 | 7/17/2022 |
1.1.2 | 481 | 7/17/2022 |
1.1.0 | 488 | 7/17/2022 |
1.0.2 | 476 | 7/15/2022 |
1.0.0 | 481 | 7/8/2022 |
0.10.7 | 484 | 7/8/2022 |
0.10.2 | 500 | 7/2/2022 |
0.10.1 | 489 | 7/1/2022 |
0.9.10 | 518 | 6/20/2022 |
0.9.9 | 459 | 6/11/2022 |