Rystem.RepositoryFramework.Cache.Azure.Storage.Blob
9.0.19
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.19
NuGet\Install-Package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob -Version 9.0.19
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.19" />
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="9.0.19" />
<PackageReference Include="Rystem.RepositoryFramework.Cache.Azure.Storage.Blob" />
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 9.0.19
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.19"
#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.
#:package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob@9.0.19
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Rystem.RepositoryFramework.Cache.Azure.Storage.Blob&version=9.0.19
#tool nuget:?package=Rystem.RepositoryFramework.Cache.Azure.Storage.Blob&version=9.0.19
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. 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.
-
net9.0
- Rystem.RepositoryFramework.Cache (>= 9.0.19)
- Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob (>= 9.0.19)
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.3 | 187 | 9/2/2025 |
| 9.1.2 | 731,804 | 5/29/2025 |
| 9.1.1 | 97,756 | 5/2/2025 |
| 9.0.32 | 186,656 | 4/15/2025 |
| 9.0.31 | 5,743 | 4/2/2025 |
| 9.0.30 | 88,755 | 3/26/2025 |
| 9.0.29 | 8,965 | 3/18/2025 |
| 9.0.28 | 204 | 3/17/2025 |
| 9.0.27 | 203 | 3/16/2025 |
| 9.0.26 | 209 | 3/13/2025 |
| 9.0.25 | 52,075 | 3/9/2025 |
| 9.0.21 | 267 | 3/6/2025 |
| 9.0.20 | 19,544 | 3/6/2025 |
| 9.0.19 | 266 | 3/6/2025 |
| 9.0.18 | 275 | 3/4/2025 |
| 9.0.17 | 164 | 3/1/2025 |
| 9.0.16 | 166 | 3/1/2025 |
| 9.0.15 | 75,502 | 2/22/2025 |
| 9.0.14 | 22,533 | 2/18/2025 |
| 9.0.13 | 171 | 2/9/2025 |
| 9.0.12 | 217,709 | 1/13/2025 |
| 9.0.11 | 24,024 | 1/9/2025 |
| 9.0.10 | 142 | 1/9/2025 |
| 9.0.9 | 4,023 | 1/7/2025 |
| 9.0.8 | 12,509 | 1/6/2025 |
| 9.0.7 | 164 | 1/6/2025 |
| 9.0.4 | 92,282 | 12/23/2024 |
| 9.0.3 | 169 | 12/22/2024 |
| 9.0.2 | 10,714 | 12/21/2024 |
| 9.0.1 | 1,207 | 12/21/2024 |
| 9.0.0 | 172,996 | 11/16/2024 |
| 9.0.0-rc.1 | 103 | 10/18/2024 |
| 6.2.0 | 219,081 | 10/10/2024 |
| 6.1.1 | 172 | 10/9/2024 |
| 6.1.0 | 47,920 | 9/29/2024 |
| 6.0.24 | 191 | 9/11/2024 |
| 6.0.23 | 192 | 7/18/2024 |
| 6.0.21 | 180 | 6/18/2024 |
| 6.0.20 | 189 | 6/16/2024 |
| 6.0.19 | 177 | 6/14/2024 |
| 6.0.18 | 178 | 6/14/2024 |
| 6.0.17 | 185 | 6/14/2024 |
| 6.0.16 | 170 | 6/10/2024 |
| 6.0.15 | 178 | 6/9/2024 |
| 6.0.14 | 189 | 5/24/2024 |
| 6.0.13 | 182 | 5/23/2024 |
| 6.0.12 | 172 | 5/23/2024 |
| 6.0.11 | 190 | 5/20/2024 |
| 6.0.9 | 189 | 5/20/2024 |
| 6.0.7 | 171 | 5/18/2024 |
| 6.0.6 | 191 | 5/10/2024 |
| 6.0.5 | 190 | 5/10/2024 |
| 6.0.4 | 198 | 4/3/2024 |
| 6.0.3 | 183 | 3/25/2024 |
| 6.0.0 | 288 | 11/21/2023 |
| 6.0.0-rc.6 | 134 | 10/25/2023 |
| 6.0.0-rc.5 | 98 | 10/25/2023 |
| 6.0.0-rc.4 | 98 | 10/23/2023 |
| 6.0.0-rc.3 | 97 | 10/19/2023 |
| 6.0.0-rc.2 | 99 | 10/18/2023 |
| 6.0.0-rc.1 | 105 | 10/16/2023 |
| 5.0.20 | 200 | 9/25/2023 |
| 5.0.19 | 215 | 9/10/2023 |
| 5.0.18 | 219 | 9/6/2023 |
| 5.0.17 | 211 | 9/6/2023 |
| 5.0.16 | 215 | 9/5/2023 |
| 5.0.15 | 208 | 9/5/2023 |
| 5.0.14 | 208 | 9/5/2023 |
| 5.0.13 | 201 | 9/1/2023 |
| 5.0.12 | 215 | 8/31/2023 |
| 5.0.11 | 196 | 8/30/2023 |
| 5.0.10 | 230 | 8/29/2023 |
| 5.0.9 | 256 | 8/24/2023 |
| 5.0.8 | 218 | 8/24/2023 |
| 5.0.7 | 221 | 8/23/2023 |
| 5.0.6 | 237 | 8/21/2023 |
| 5.0.5 | 226 | 8/21/2023 |
| 5.0.4 | 240 | 8/16/2023 |
| 5.0.3 | 272 | 8/2/2023 |
| 5.0.2 | 250 | 8/2/2023 |
| 5.0.1 | 240 | 8/1/2023 |
| 5.0.0 | 224 | 7/31/2023 |
| 4.1.26 | 274 | 7/20/2023 |
| 4.1.25 | 262 | 7/16/2023 |
| 4.1.24 | 334 | 6/13/2023 |
| 4.1.23 | 253 | 6/13/2023 |
| 4.1.22 | 256 | 5/30/2023 |
| 4.1.21 | 253 | 5/20/2023 |
| 4.1.20 | 315,369 | 4/19/2023 |
| 4.1.19 | 95,004 | 3/20/2023 |
| 4.1.18 | 308 | 3/20/2023 |
| 4.1.17 | 311 | 3/17/2023 |
| 4.1.16 | 314 | 3/16/2023 |
| 4.1.15 | 305 | 3/15/2023 |
| 4.1.14 | 888 | 3/9/2023 |
| 4.1.13 | 327 | 3/7/2023 |
| 4.1.12 | 460 | 2/10/2023 |
| 4.1.11 | 406 | 1/26/2023 |
| 4.1.10 | 395 | 1/22/2023 |
| 4.1.9 | 389 | 1/20/2023 |
| 4.1.8 | 396 | 1/18/2023 |
| 4.1.7 | 400 | 1/18/2023 |
| 4.1.6 | 388 | 1/17/2023 |
| 4.1.1 | 414 | 1/4/2023 |
| 4.1.0 | 407 | 1/1/2023 |
| 3.1.5 | 401 | 12/21/2022 |
| 3.1.3 | 410 | 12/12/2022 |
| 3.1.2 | 421 | 12/7/2022 |
| 3.1.1 | 400 | 12/7/2022 |
| 3.1.0 | 441 | 12/2/2022 |
| 3.0.29 | 421 | 12/1/2022 |
| 3.0.28 | 432 | 11/23/2022 |
| 3.0.26 | 429 | 11/23/2022 |
| 3.0.25 | 428 | 11/18/2022 |
| 3.0.24 | 430 | 11/18/2022 |
| 3.0.23 | 432 | 11/15/2022 |
| 3.0.22 | 446 | 11/14/2022 |
| 3.0.21 | 464 | 11/13/2022 |
| 3.0.20 | 462 | 11/2/2022 |
| 3.0.19 | 456 | 11/2/2022 |
| 3.0.18 | 480 | 10/29/2022 |
| 3.0.17 | 481 | 10/29/2022 |
| 3.0.16 | 479 | 10/29/2022 |
| 3.0.15 | 459 | 10/29/2022 |
| 3.0.14 | 482 | 10/24/2022 |
| 3.0.13 | 490 | 10/24/2022 |
| 3.0.12 | 505 | 10/17/2022 |
| 3.0.11 | 544 | 10/10/2022 |
| 3.0.10 | 497 | 10/6/2022 |
| 3.0.9 | 496 | 10/6/2022 |
| 3.0.8 | 502 | 10/6/2022 |
| 3.0.7 | 504 | 10/6/2022 |
| 3.0.6 | 506 | 10/5/2022 |
| 3.0.4 | 521 | 10/5/2022 |
| 3.0.3 | 513 | 10/3/2022 |
| 3.0.2 | 516 | 9/30/2022 |
| 3.0.1 | 542 | 9/30/2022 |
| 2.0.16 | 561 | 9/27/2022 |
| 2.0.15 | 557 | 9/27/2022 |
| 2.0.14 | 574 | 9/26/2022 |
| 2.0.13 | 560 | 9/26/2022 |
| 2.0.12 | 566 | 9/26/2022 |
| 2.0.11 | 556 | 9/25/2022 |
| 2.0.10 | 576 | 9/25/2022 |
| 2.0.9 | 578 | 9/23/2022 |
| 2.0.8 | 547 | 9/22/2022 |
| 2.0.6 | 532 | 9/20/2022 |
| 2.0.5 | 538 | 9/20/2022 |
| 2.0.4 | 538 | 9/20/2022 |
| 2.0.3 | 541 | 9/20/2022 |
| 2.0.2 | 561 | 9/20/2022 |
| 2.0.1 | 608 | 9/13/2022 |
| 2.0.0 | 561 | 8/19/2022 |
| 1.1.23 | 606 | 7/30/2022 |
| 1.1.22 | 576 | 7/29/2022 |
| 1.1.21 | 575 | 7/29/2022 |
| 1.1.20 | 561 | 7/29/2022 |
| 1.1.19 | 560 | 7/27/2022 |
| 1.1.17 | 580 | 7/27/2022 |
| 1.1.16 | 577 | 7/26/2022 |
| 1.1.15 | 557 | 7/25/2022 |
| 1.1.14 | 555 | 7/25/2022 |
| 1.1.13 | 572 | 7/22/2022 |
| 1.1.12 | 576 | 7/19/2022 |
| 1.1.11 | 579 | 7/19/2022 |
| 1.1.10 | 583 | 7/19/2022 |
| 1.1.9 | 586 | 7/19/2022 |
| 1.1.8 | 596 | 7/18/2022 |
| 1.1.7 | 571 | 7/18/2022 |
| 1.1.6 | 556 | 7/18/2022 |
| 1.1.5 | 563 | 7/18/2022 |
| 1.1.4 | 553 | 7/17/2022 |
| 1.1.3 | 591 | 7/17/2022 |
| 1.1.2 | 576 | 7/17/2022 |
| 1.1.0 | 593 | 7/17/2022 |
| 1.0.2 | 566 | 7/15/2022 |
| 1.0.0 | 580 | 7/8/2022 |
| 0.10.7 | 576 | 7/8/2022 |
| 0.10.2 | 591 | 7/2/2022 |
| 0.10.1 | 587 | 7/1/2022 |
| 0.9.10 | 612 | 6/20/2022 |
| 0.9.9 | 553 | 6/11/2022 |