Rystem.RepositoryFramework.Cache.Azure.Storage.Blob
9.0.28
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.28
NuGet\Install-Package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob -Version 9.0.28
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.28" />
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.28" />
<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.28
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.28"
#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.28
#: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.28
#tool nuget:?package=Rystem.RepositoryFramework.Cache.Azure.Storage.Blob&version=9.0.28
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.28)
- Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob (>= 9.0.28)
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 |
|---|---|---|
| 10.0.1 | 225 | 11/12/2025 |
| 9.1.3 | 191 | 9/2/2025 |
| 9.1.2 | 764,400 | 5/29/2025 |
| 9.1.1 | 97,760 | 5/2/2025 |
| 9.0.32 | 186,661 | 4/15/2025 |
| 9.0.31 | 5,747 | 4/2/2025 |
| 9.0.30 | 88,760 | 3/26/2025 |
| 9.0.29 | 8,969 | 3/18/2025 |
| 9.0.28 | 208 | 3/17/2025 |
| 9.0.27 | 207 | 3/16/2025 |
| 9.0.26 | 213 | 3/13/2025 |
| 9.0.25 | 52,079 | 3/9/2025 |
| 9.0.21 | 271 | 3/6/2025 |
| 9.0.20 | 19,549 | 3/6/2025 |
| 9.0.19 | 270 | 3/6/2025 |
| 9.0.18 | 279 | 3/4/2025 |
| 9.0.17 | 168 | 3/1/2025 |
| 9.0.16 | 170 | 3/1/2025 |
| 9.0.15 | 75,506 | 2/22/2025 |
| 9.0.14 | 22,538 | 2/18/2025 |
| 9.0.13 | 175 | 2/9/2025 |
| 9.0.12 | 217,714 | 1/13/2025 |
| 9.0.11 | 24,028 | 1/9/2025 |
| 9.0.10 | 146 | 1/9/2025 |
| 9.0.9 | 4,027 | 1/7/2025 |
| 9.0.8 | 12,513 | 1/6/2025 |
| 9.0.7 | 168 | 1/6/2025 |
| 9.0.4 | 92,286 | 12/23/2024 |
| 9.0.3 | 173 | 12/22/2024 |
| 9.0.2 | 10,719 | 12/21/2024 |
| 9.0.1 | 1,211 | 12/21/2024 |
| 9.0.0 | 173,000 | 11/16/2024 |
| 9.0.0-rc.1 | 105 | 10/18/2024 |
| 6.2.0 | 219,085 | 10/10/2024 |
| 6.1.1 | 176 | 10/9/2024 |
| 6.1.0 | 47,924 | 9/29/2024 |
| 6.0.24 | 195 | 9/11/2024 |
| 6.0.23 | 196 | 7/18/2024 |
| 6.0.21 | 184 | 6/18/2024 |
| 6.0.20 | 193 | 6/16/2024 |
| 6.0.19 | 181 | 6/14/2024 |
| 6.0.18 | 182 | 6/14/2024 |
| 6.0.17 | 189 | 6/14/2024 |
| 6.0.16 | 174 | 6/10/2024 |
| 6.0.15 | 182 | 6/9/2024 |
| 6.0.14 | 193 | 5/24/2024 |
| 6.0.13 | 186 | 5/23/2024 |
| 6.0.12 | 176 | 5/23/2024 |
| 6.0.11 | 194 | 5/20/2024 |
| 6.0.9 | 193 | 5/20/2024 |
| 6.0.7 | 175 | 5/18/2024 |
| 6.0.6 | 195 | 5/10/2024 |
| 6.0.5 | 194 | 5/10/2024 |
| 6.0.4 | 202 | 4/3/2024 |
| 6.0.3 | 187 | 3/25/2024 |
| 6.0.0 | 290 | 11/21/2023 |
| 6.0.0-rc.6 | 136 | 10/25/2023 |
| 6.0.0-rc.5 | 100 | 10/25/2023 |
| 6.0.0-rc.4 | 100 | 10/23/2023 |
| 6.0.0-rc.3 | 99 | 10/19/2023 |
| 6.0.0-rc.2 | 101 | 10/18/2023 |
| 6.0.0-rc.1 | 107 | 10/16/2023 |
| 5.0.20 | 202 | 9/25/2023 |
| 5.0.19 | 217 | 9/10/2023 |
| 5.0.18 | 221 | 9/6/2023 |
| 5.0.17 | 213 | 9/6/2023 |
| 5.0.16 | 217 | 9/5/2023 |
| 5.0.15 | 210 | 9/5/2023 |
| 5.0.14 | 210 | 9/5/2023 |
| 5.0.13 | 203 | 9/1/2023 |
| 5.0.12 | 217 | 8/31/2023 |
| 5.0.11 | 198 | 8/30/2023 |
| 5.0.10 | 232 | 8/29/2023 |
| 5.0.9 | 258 | 8/24/2023 |
| 5.0.8 | 220 | 8/24/2023 |
| 5.0.7 | 223 | 8/23/2023 |
| 5.0.6 | 239 | 8/21/2023 |
| 5.0.5 | 228 | 8/21/2023 |
| 5.0.4 | 242 | 8/16/2023 |
| 5.0.3 | 274 | 8/2/2023 |
| 5.0.2 | 252 | 8/2/2023 |
| 5.0.1 | 242 | 8/1/2023 |
| 5.0.0 | 227 | 7/31/2023 |
| 4.1.26 | 275 | 7/20/2023 |
| 4.1.25 | 264 | 7/16/2023 |
| 4.1.24 | 335 | 6/13/2023 |
| 4.1.23 | 253 | 6/13/2023 |
| 4.1.22 | 257 | 5/30/2023 |
| 4.1.21 | 254 | 5/20/2023 |
| 4.1.20 | 315,370 | 4/19/2023 |
| 4.1.19 | 95,005 | 3/20/2023 |
| 4.1.18 | 309 | 3/20/2023 |
| 4.1.17 | 313 | 3/17/2023 |
| 4.1.16 | 316 | 3/16/2023 |
| 4.1.15 | 306 | 3/15/2023 |
| 4.1.14 | 889 | 3/9/2023 |
| 4.1.13 | 328 | 3/7/2023 |
| 4.1.12 | 461 | 2/10/2023 |
| 4.1.11 | 407 | 1/26/2023 |
| 4.1.10 | 396 | 1/22/2023 |
| 4.1.9 | 390 | 1/20/2023 |
| 4.1.8 | 397 | 1/18/2023 |
| 4.1.7 | 401 | 1/18/2023 |
| 4.1.6 | 389 | 1/17/2023 |
| 4.1.1 | 415 | 1/4/2023 |
| 4.1.0 | 408 | 1/1/2023 |
| 3.1.5 | 402 | 12/21/2022 |
| 3.1.3 | 411 | 12/12/2022 |
| 3.1.2 | 422 | 12/7/2022 |
| 3.1.1 | 401 | 12/7/2022 |
| 3.1.0 | 442 | 12/2/2022 |
| 3.0.29 | 422 | 12/1/2022 |
| 3.0.28 | 433 | 11/23/2022 |
| 3.0.26 | 430 | 11/23/2022 |
| 3.0.25 | 429 | 11/18/2022 |
| 3.0.24 | 431 | 11/18/2022 |
| 3.0.23 | 434 | 11/15/2022 |
| 3.0.22 | 447 | 11/14/2022 |
| 3.0.21 | 466 | 11/13/2022 |
| 3.0.20 | 463 | 11/2/2022 |
| 3.0.19 | 457 | 11/2/2022 |
| 3.0.18 | 481 | 10/29/2022 |
| 3.0.17 | 482 | 10/29/2022 |
| 3.0.16 | 481 | 10/29/2022 |
| 3.0.15 | 461 | 10/29/2022 |
| 3.0.14 | 484 | 10/24/2022 |
| 3.0.13 | 492 | 10/24/2022 |
| 3.0.12 | 507 | 10/17/2022 |
| 3.0.11 | 546 | 10/10/2022 |
| 3.0.10 | 499 | 10/6/2022 |
| 3.0.9 | 498 | 10/6/2022 |
| 3.0.8 | 504 | 10/6/2022 |
| 3.0.7 | 506 | 10/6/2022 |
| 3.0.6 | 508 | 10/5/2022 |
| 3.0.4 | 523 | 10/5/2022 |
| 3.0.3 | 515 | 10/3/2022 |
| 3.0.2 | 518 | 9/30/2022 |
| 3.0.1 | 544 | 9/30/2022 |
| 2.0.16 | 563 | 9/27/2022 |
| 2.0.15 | 559 | 9/27/2022 |
| 2.0.14 | 576 | 9/26/2022 |
| 2.0.13 | 562 | 9/26/2022 |
| 2.0.12 | 568 | 9/26/2022 |
| 2.0.11 | 558 | 9/25/2022 |
| 2.0.10 | 578 | 9/25/2022 |
| 2.0.9 | 580 | 9/23/2022 |
| 2.0.8 | 549 | 9/22/2022 |
| 2.0.6 | 534 | 9/20/2022 |
| 2.0.5 | 540 | 9/20/2022 |
| 2.0.4 | 540 | 9/20/2022 |
| 2.0.3 | 543 | 9/20/2022 |
| 2.0.2 | 563 | 9/20/2022 |
| 2.0.1 | 610 | 9/13/2022 |
| 2.0.0 | 563 | 8/19/2022 |
| 1.1.23 | 608 | 7/30/2022 |
| 1.1.22 | 577 | 7/29/2022 |
| 1.1.21 | 576 | 7/29/2022 |
| 1.1.20 | 562 | 7/29/2022 |
| 1.1.19 | 561 | 7/27/2022 |
| 1.1.17 | 581 | 7/27/2022 |
| 1.1.16 | 578 | 7/26/2022 |
| 1.1.15 | 558 | 7/25/2022 |
| 1.1.14 | 556 | 7/25/2022 |
| 1.1.13 | 574 | 7/22/2022 |
| 1.1.12 | 578 | 7/19/2022 |
| 1.1.11 | 580 | 7/19/2022 |
| 1.1.10 | 585 | 7/19/2022 |
| 1.1.9 | 588 | 7/19/2022 |
| 1.1.8 | 598 | 7/18/2022 |
| 1.1.7 | 573 | 7/18/2022 |
| 1.1.6 | 558 | 7/18/2022 |
| 1.1.5 | 565 | 7/18/2022 |
| 1.1.4 | 555 | 7/17/2022 |
| 1.1.3 | 593 | 7/17/2022 |
| 1.1.2 | 578 | 7/17/2022 |
| 1.1.0 | 595 | 7/17/2022 |
| 1.0.2 | 568 | 7/15/2022 |
| 1.0.0 | 582 | 7/8/2022 |
| 0.10.7 | 578 | 7/8/2022 |
| 0.10.2 | 593 | 7/2/2022 |
| 0.10.1 | 589 | 7/1/2022 |
| 0.9.10 | 615 | 6/20/2022 |
| 0.9.9 | 556 | 6/11/2022 |