Rystem.RepositoryFramework.Cache.Azure.Storage.Blob
9.0.7
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.7
NuGet\Install-Package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob -Version 9.0.7
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.7" />
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.7" />
<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.7
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.7"
#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.7
#: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.7
#tool nuget:?package=Rystem.RepositoryFramework.Cache.Azure.Storage.Blob&version=9.0.7
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.7)
- Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob (>= 9.0.7)
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 | 176 | 9/2/2025 |
9.1.2 | 607,920 | 5/29/2025 |
9.1.1 | 97,749 | 5/2/2025 |
9.0.32 | 186,646 | 4/15/2025 |
9.0.31 | 5,736 | 4/2/2025 |
9.0.30 | 88,746 | 3/26/2025 |
9.0.29 | 8,958 | 3/18/2025 |
9.0.28 | 197 | 3/17/2025 |
9.0.27 | 193 | 3/16/2025 |
9.0.26 | 202 | 3/13/2025 |
9.0.25 | 52,064 | 3/9/2025 |
9.0.21 | 260 | 3/6/2025 |
9.0.20 | 19,535 | 3/6/2025 |
9.0.19 | 257 | 3/6/2025 |
9.0.18 | 268 | 3/4/2025 |
9.0.17 | 156 | 3/1/2025 |
9.0.16 | 158 | 3/1/2025 |
9.0.15 | 75,494 | 2/22/2025 |
9.0.14 | 22,527 | 2/18/2025 |
9.0.13 | 163 | 2/9/2025 |
9.0.12 | 217,702 | 1/13/2025 |
9.0.11 | 24,018 | 1/9/2025 |
9.0.10 | 134 | 1/9/2025 |
9.0.9 | 4,017 | 1/7/2025 |
9.0.8 | 12,503 | 1/6/2025 |
9.0.7 | 157 | 1/6/2025 |
9.0.4 | 92,275 | 12/23/2024 |
9.0.3 | 161 | 12/22/2024 |
9.0.2 | 10,704 | 12/21/2024 |
9.0.1 | 1,199 | 12/21/2024 |
9.0.0 | 172,988 | 11/16/2024 |
9.0.0-rc.1 | 99 | 10/18/2024 |
6.2.0 | 219,071 | 10/10/2024 |
6.1.1 | 165 | 10/9/2024 |
6.1.0 | 47,914 | 9/29/2024 |
6.0.24 | 184 | 9/11/2024 |
6.0.23 | 186 | 7/18/2024 |
6.0.21 | 174 | 6/18/2024 |
6.0.20 | 183 | 6/16/2024 |
6.0.19 | 170 | 6/14/2024 |
6.0.18 | 171 | 6/14/2024 |
6.0.17 | 176 | 6/14/2024 |
6.0.16 | 164 | 6/10/2024 |
6.0.15 | 172 | 6/9/2024 |
6.0.14 | 183 | 5/24/2024 |
6.0.13 | 176 | 5/23/2024 |
6.0.12 | 165 | 5/23/2024 |
6.0.11 | 184 | 5/20/2024 |
6.0.9 | 182 | 5/20/2024 |
6.0.7 | 165 | 5/18/2024 |
6.0.6 | 185 | 5/10/2024 |
6.0.5 | 183 | 5/10/2024 |
6.0.4 | 192 | 4/3/2024 |
6.0.3 | 177 | 3/25/2024 |
6.0.0 | 286 | 11/21/2023 |
6.0.0-rc.6 | 129 | 10/25/2023 |
6.0.0-rc.5 | 95 | 10/25/2023 |
6.0.0-rc.4 | 93 | 10/23/2023 |
6.0.0-rc.3 | 95 | 10/19/2023 |
6.0.0-rc.2 | 97 | 10/18/2023 |
6.0.0-rc.1 | 100 | 10/16/2023 |
5.0.20 | 198 | 9/25/2023 |
5.0.19 | 211 | 9/10/2023 |
5.0.18 | 217 | 9/6/2023 |
5.0.17 | 209 | 9/6/2023 |
5.0.16 | 210 | 9/5/2023 |
5.0.15 | 204 | 9/5/2023 |
5.0.14 | 206 | 9/5/2023 |
5.0.13 | 199 | 9/1/2023 |
5.0.12 | 213 | 8/31/2023 |
5.0.11 | 193 | 8/30/2023 |
5.0.10 | 228 | 8/29/2023 |
5.0.9 | 253 | 8/24/2023 |
5.0.8 | 216 | 8/24/2023 |
5.0.7 | 218 | 8/23/2023 |
5.0.6 | 233 | 8/21/2023 |
5.0.5 | 223 | 8/21/2023 |
5.0.4 | 238 | 8/16/2023 |
5.0.3 | 270 | 8/2/2023 |
5.0.2 | 247 | 8/2/2023 |
5.0.1 | 236 | 8/1/2023 |
5.0.0 | 219 | 7/31/2023 |
4.1.26 | 271 | 7/20/2023 |
4.1.25 | 258 | 7/16/2023 |
4.1.24 | 327 | 6/13/2023 |
4.1.23 | 244 | 6/13/2023 |
4.1.22 | 249 | 5/30/2023 |
4.1.21 | 242 | 5/20/2023 |
4.1.20 | 315,360 | 4/19/2023 |
4.1.19 | 94,996 | 3/20/2023 |
4.1.18 | 300 | 3/20/2023 |
4.1.17 | 302 | 3/17/2023 |
4.1.16 | 303 | 3/16/2023 |
4.1.15 | 296 | 3/15/2023 |
4.1.14 | 878 | 3/9/2023 |
4.1.13 | 319 | 3/7/2023 |
4.1.12 | 450 | 2/10/2023 |
4.1.11 | 395 | 1/26/2023 |
4.1.10 | 384 | 1/22/2023 |
4.1.9 | 380 | 1/20/2023 |
4.1.8 | 388 | 1/18/2023 |
4.1.7 | 391 | 1/18/2023 |
4.1.6 | 380 | 1/17/2023 |
4.1.1 | 404 | 1/4/2023 |
4.1.0 | 398 | 1/1/2023 |
3.1.5 | 393 | 12/21/2022 |
3.1.3 | 401 | 12/12/2022 |
3.1.2 | 412 | 12/7/2022 |
3.1.1 | 391 | 12/7/2022 |
3.1.0 | 433 | 12/2/2022 |
3.0.29 | 413 | 12/1/2022 |
3.0.28 | 424 | 11/23/2022 |
3.0.26 | 421 | 11/23/2022 |
3.0.25 | 417 | 11/18/2022 |
3.0.24 | 422 | 11/18/2022 |
3.0.23 | 424 | 11/15/2022 |
3.0.22 | 438 | 11/14/2022 |
3.0.21 | 454 | 11/13/2022 |
3.0.20 | 454 | 11/2/2022 |
3.0.19 | 448 | 11/2/2022 |
3.0.18 | 472 | 10/29/2022 |
3.0.17 | 472 | 10/29/2022 |
3.0.16 | 470 | 10/29/2022 |
3.0.15 | 450 | 10/29/2022 |
3.0.14 | 472 | 10/24/2022 |
3.0.13 | 478 | 10/24/2022 |
3.0.12 | 493 | 10/17/2022 |
3.0.11 | 532 | 10/10/2022 |
3.0.10 | 486 | 10/6/2022 |
3.0.9 | 485 | 10/6/2022 |
3.0.8 | 491 | 10/6/2022 |
3.0.7 | 494 | 10/6/2022 |
3.0.6 | 496 | 10/5/2022 |
3.0.4 | 511 | 10/5/2022 |
3.0.3 | 503 | 10/3/2022 |
3.0.2 | 505 | 9/30/2022 |
3.0.1 | 533 | 9/30/2022 |
2.0.16 | 552 | 9/27/2022 |
2.0.15 | 548 | 9/27/2022 |
2.0.14 | 565 | 9/26/2022 |
2.0.13 | 549 | 9/26/2022 |
2.0.12 | 555 | 9/26/2022 |
2.0.11 | 544 | 9/25/2022 |
2.0.10 | 567 | 9/25/2022 |
2.0.9 | 565 | 9/23/2022 |
2.0.8 | 537 | 9/22/2022 |
2.0.6 | 523 | 9/20/2022 |
2.0.5 | 527 | 9/20/2022 |
2.0.4 | 524 | 9/20/2022 |
2.0.3 | 531 | 9/20/2022 |
2.0.2 | 549 | 9/20/2022 |
2.0.1 | 599 | 9/13/2022 |
2.0.0 | 551 | 8/19/2022 |
1.1.23 | 595 | 7/30/2022 |
1.1.22 | 567 | 7/29/2022 |
1.1.21 | 565 | 7/29/2022 |
1.1.20 | 551 | 7/29/2022 |
1.1.19 | 551 | 7/27/2022 |
1.1.17 | 568 | 7/27/2022 |
1.1.16 | 568 | 7/26/2022 |
1.1.15 | 548 | 7/25/2022 |
1.1.14 | 546 | 7/25/2022 |
1.1.13 | 562 | 7/22/2022 |
1.1.12 | 566 | 7/19/2022 |
1.1.11 | 570 | 7/19/2022 |
1.1.10 | 572 | 7/19/2022 |
1.1.9 | 577 | 7/19/2022 |
1.1.8 | 585 | 7/18/2022 |
1.1.7 | 560 | 7/18/2022 |
1.1.6 | 545 | 7/18/2022 |
1.1.5 | 552 | 7/18/2022 |
1.1.4 | 544 | 7/17/2022 |
1.1.3 | 579 | 7/17/2022 |
1.1.2 | 566 | 7/17/2022 |
1.1.0 | 583 | 7/17/2022 |
1.0.2 | 557 | 7/15/2022 |
1.0.0 | 570 | 7/8/2022 |
0.10.7 | 566 | 7/8/2022 |
0.10.2 | 580 | 7/2/2022 |
0.10.1 | 572 | 7/1/2022 |
0.9.10 | 601 | 6/20/2022 |
0.9.9 | 543 | 6/11/2022 |