Rystem.RepositoryFramework.Cache.Azure.Storage.Blob
10.0.1
dotnet add package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob --version 10.0.1
NuGet\Install-Package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob -Version 10.0.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="10.0.1" />
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="10.0.1" />
<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 10.0.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, 10.0.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.
#:package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob@10.0.1
#: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=10.0.1
#tool nuget:?package=Rystem.RepositoryFramework.Cache.Azure.Storage.Blob&version=10.0.1
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 | net10.0 is compatible. 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.
-
net10.0
- Rystem.RepositoryFramework.Cache (>= 10.0.1)
- Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob (>= 10.0.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 |
|---|---|---|
| 10.0.1 | 261 | 11/12/2025 |
| 9.1.3 | 193 | 9/2/2025 |
| 9.1.2 | 764,402 | 5/29/2025 |
| 9.1.1 | 97,763 | 5/2/2025 |
| 9.0.32 | 186,664 | 4/15/2025 |
| 9.0.31 | 5,749 | 4/2/2025 |
| 9.0.30 | 88,762 | 3/26/2025 |
| 9.0.29 | 8,972 | 3/18/2025 |
| 9.0.28 | 211 | 3/17/2025 |
| 9.0.27 | 210 | 3/16/2025 |
| 9.0.26 | 217 | 3/13/2025 |
| 9.0.25 | 52,081 | 3/9/2025 |
| 9.0.21 | 273 | 3/6/2025 |
| 9.0.20 | 19,552 | 3/6/2025 |
| 9.0.19 | 272 | 3/6/2025 |
| 9.0.18 | 281 | 3/4/2025 |
| 9.0.17 | 170 | 3/1/2025 |
| 9.0.16 | 172 | 3/1/2025 |
| 9.0.15 | 75,508 | 2/22/2025 |
| 9.0.14 | 22,541 | 2/18/2025 |
| 9.0.13 | 178 | 2/9/2025 |
| 9.0.12 | 217,716 | 1/13/2025 |
| 9.0.11 | 24,030 | 1/9/2025 |
| 9.0.10 | 149 | 1/9/2025 |
| 9.0.9 | 4,029 | 1/7/2025 |
| 9.0.8 | 12,515 | 1/6/2025 |
| 9.0.7 | 171 | 1/6/2025 |
| 9.0.4 | 92,289 | 12/23/2024 |
| 9.0.3 | 175 | 12/22/2024 |
| 9.0.2 | 10,721 | 12/21/2024 |
| 9.0.1 | 1,214 | 12/21/2024 |
| 9.0.0 | 173,003 | 11/16/2024 |
| 9.0.0-rc.1 | 105 | 10/18/2024 |
| 6.2.0 | 219,088 | 10/10/2024 |
| 6.1.1 | 179 | 10/9/2024 |
| 6.1.0 | 47,926 | 9/29/2024 |
| 6.0.24 | 197 | 9/11/2024 |
| 6.0.23 | 198 | 7/18/2024 |
| 6.0.21 | 186 | 6/18/2024 |
| 6.0.20 | 195 | 6/16/2024 |
| 6.0.19 | 183 | 6/14/2024 |
| 6.0.18 | 185 | 6/14/2024 |
| 6.0.17 | 191 | 6/14/2024 |
| 6.0.16 | 177 | 6/10/2024 |
| 6.0.15 | 184 | 6/9/2024 |
| 6.0.14 | 195 | 5/24/2024 |
| 6.0.13 | 188 | 5/23/2024 |
| 6.0.12 | 178 | 5/23/2024 |
| 6.0.11 | 196 | 5/20/2024 |
| 6.0.9 | 196 | 5/20/2024 |
| 6.0.7 | 177 | 5/18/2024 |
| 6.0.6 | 197 | 5/10/2024 |
| 6.0.5 | 196 | 5/10/2024 |
| 6.0.4 | 204 | 4/3/2024 |
| 6.0.3 | 189 | 3/25/2024 |
| 6.0.0 | 291 | 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 | 102 | 10/18/2023 |
| 6.0.0-rc.1 | 108 | 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 | 214 | 9/6/2023 |
| 5.0.16 | 218 | 9/5/2023 |
| 5.0.15 | 211 | 9/5/2023 |
| 5.0.14 | 211 | 9/5/2023 |
| 5.0.13 | 204 | 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 | 240 | 8/21/2023 |
| 5.0.5 | 228 | 8/21/2023 |
| 5.0.4 | 242 | 8/16/2023 |
| 5.0.3 | 275 | 8/2/2023 |
| 5.0.2 | 252 | 8/2/2023 |
| 5.0.1 | 243 | 8/1/2023 |
| 5.0.0 | 228 | 7/31/2023 |
| 4.1.26 | 276 | 7/20/2023 |
| 4.1.25 | 265 | 7/16/2023 |
| 4.1.24 | 336 | 6/13/2023 |
| 4.1.23 | 255 | 6/13/2023 |
| 4.1.22 | 258 | 5/30/2023 |
| 4.1.21 | 254 | 5/20/2023 |
| 4.1.20 | 315,371 | 4/19/2023 |
| 4.1.19 | 95,005 | 3/20/2023 |
| 4.1.18 | 310 | 3/20/2023 |
| 4.1.17 | 313 | 3/17/2023 |
| 4.1.16 | 317 | 3/16/2023 |
| 4.1.15 | 307 | 3/15/2023 |
| 4.1.14 | 890 | 3/9/2023 |
| 4.1.13 | 328 | 3/7/2023 |
| 4.1.12 | 462 | 2/10/2023 |
| 4.1.11 | 408 | 1/26/2023 |
| 4.1.10 | 396 | 1/22/2023 |
| 4.1.9 | 391 | 1/20/2023 |
| 4.1.8 | 397 | 1/18/2023 |
| 4.1.7 | 401 | 1/18/2023 |
| 4.1.6 | 390 | 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 | 412 | 12/12/2022 |
| 3.1.2 | 423 | 12/7/2022 |
| 3.1.1 | 402 | 12/7/2022 |
| 3.1.0 | 443 | 12/2/2022 |
| 3.0.29 | 423 | 12/1/2022 |
| 3.0.28 | 434 | 11/23/2022 |
| 3.0.26 | 431 | 11/23/2022 |
| 3.0.25 | 430 | 11/18/2022 |
| 3.0.24 | 431 | 11/18/2022 |
| 3.0.23 | 435 | 11/15/2022 |
| 3.0.22 | 447 | 11/14/2022 |
| 3.0.21 | 466 | 11/13/2022 |
| 3.0.20 | 464 | 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 | 482 | 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 | 505 | 10/6/2022 |
| 3.0.7 | 506 | 10/6/2022 |
| 3.0.6 | 509 | 10/5/2022 |
| 3.0.4 | 523 | 10/5/2022 |
| 3.0.3 | 515 | 10/3/2022 |
| 3.0.2 | 519 | 9/30/2022 |
| 3.0.1 | 544 | 9/30/2022 |
| 2.0.16 | 564 | 9/27/2022 |
| 2.0.15 | 560 | 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 | 550 | 9/22/2022 |
| 2.0.6 | 534 | 9/20/2022 |
| 2.0.5 | 541 | 9/20/2022 |
| 2.0.4 | 540 | 9/20/2022 |
| 2.0.3 | 543 | 9/20/2022 |
| 2.0.2 | 564 | 9/20/2022 |
| 2.0.1 | 611 | 9/13/2022 |
| 2.0.0 | 563 | 8/19/2022 |
| 1.1.23 | 609 | 7/30/2022 |
| 1.1.22 | 578 | 7/29/2022 |
| 1.1.21 | 577 | 7/29/2022 |
| 1.1.20 | 563 | 7/29/2022 |
| 1.1.19 | 563 | 7/27/2022 |
| 1.1.17 | 583 | 7/27/2022 |
| 1.1.16 | 579 | 7/26/2022 |
| 1.1.15 | 559 | 7/25/2022 |
| 1.1.14 | 558 | 7/25/2022 |
| 1.1.13 | 575 | 7/22/2022 |
| 1.1.12 | 578 | 7/19/2022 |
| 1.1.11 | 581 | 7/19/2022 |
| 1.1.10 | 585 | 7/19/2022 |
| 1.1.9 | 589 | 7/19/2022 |
| 1.1.8 | 599 | 7/18/2022 |
| 1.1.7 | 573 | 7/18/2022 |
| 1.1.6 | 559 | 7/18/2022 |
| 1.1.5 | 565 | 7/18/2022 |
| 1.1.4 | 555 | 7/17/2022 |
| 1.1.3 | 594 | 7/17/2022 |
| 1.1.2 | 579 | 7/17/2022 |
| 1.1.0 | 596 | 7/17/2022 |
| 1.0.2 | 569 | 7/15/2022 |
| 1.0.0 | 584 | 7/8/2022 |
| 0.10.7 | 579 | 7/8/2022 |
| 0.10.2 | 594 | 7/2/2022 |
| 0.10.1 | 590 | 7/1/2022 |
| 0.9.10 | 615 | 6/20/2022 |
| 0.9.9 | 556 | 6/11/2022 |