Rystem.RepositoryFramework.Cache.Azure.Storage.Blob
6.0.0-rc.2
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 6.0.0-rc.2
NuGet\Install-Package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob -Version 6.0.0-rc.2
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="6.0.0-rc.2" />
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 6.0.0-rc.2
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Rystem.RepositoryFramework.Cache.Azure.Storage.Blob, 6.0.0-rc.2"
#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=6.0.0-rc.2&prerelease // Install Rystem.RepositoryFramework.Cache.Azure.Storage.Blob as a Cake Tool #tool nuget:?package=Rystem.RepositoryFramework.Cache.Azure.Storage.Blob&version=6.0.0-rc.2&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 | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Rystem.RepositoryFramework.Cache (>= 6.0.0-rc.2)
- Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob (>= 6.0.0-rc.2)
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.0 | 28,599 | 11/16/2024 |
9.0.0-rc.1 | 76 | 10/18/2024 |
6.2.0 | 218,997 | 10/10/2024 |
6.1.1 | 90 | 10/9/2024 |
6.1.0 | 47,841 | 9/29/2024 |
6.0.24 | 110 | 9/11/2024 |
6.0.23 | 91 | 7/18/2024 |
6.0.21 | 100 | 6/18/2024 |
6.0.20 | 108 | 6/16/2024 |
6.0.19 | 96 | 6/14/2024 |
6.0.18 | 98 | 6/14/2024 |
6.0.17 | 100 | 6/14/2024 |
6.0.16 | 96 | 6/10/2024 |
6.0.15 | 101 | 6/9/2024 |
6.0.14 | 104 | 5/24/2024 |
6.0.13 | 107 | 5/23/2024 |
6.0.12 | 98 | 5/23/2024 |
6.0.11 | 111 | 5/20/2024 |
6.0.9 | 114 | 5/20/2024 |
6.0.7 | 96 | 5/18/2024 |
6.0.6 | 95 | 5/10/2024 |
6.0.5 | 111 | 5/10/2024 |
6.0.4 | 117 | 4/3/2024 |
6.0.3 | 101 | 3/25/2024 |
6.0.0 | 246 | 11/21/2023 |
6.0.0-rc.6 | 104 | 10/25/2023 |
6.0.0-rc.5 | 72 | 10/25/2023 |
6.0.0-rc.4 | 70 | 10/23/2023 |
6.0.0-rc.3 | 68 | 10/19/2023 |
6.0.0-rc.2 | 73 | 10/18/2023 |
6.0.0-rc.1 | 75 | 10/16/2023 |
5.0.20 | 150 | 9/25/2023 |
5.0.19 | 155 | 9/10/2023 |
5.0.18 | 154 | 9/6/2023 |
5.0.17 | 148 | 9/6/2023 |
5.0.16 | 148 | 9/5/2023 |
5.0.15 | 141 | 9/5/2023 |
5.0.14 | 141 | 9/5/2023 |
5.0.13 | 136 | 9/1/2023 |
5.0.12 | 151 | 8/31/2023 |
5.0.11 | 131 | 8/30/2023 |
5.0.10 | 164 | 8/29/2023 |
5.0.9 | 185 | 8/24/2023 |
5.0.8 | 145 | 8/24/2023 |
5.0.7 | 152 | 8/23/2023 |
5.0.6 | 168 | 8/21/2023 |
5.0.5 | 159 | 8/21/2023 |
5.0.4 | 171 | 8/16/2023 |
5.0.3 | 201 | 8/2/2023 |
5.0.2 | 166 | 8/2/2023 |
5.0.1 | 166 | 8/1/2023 |
5.0.0 | 150 | 7/31/2023 |
4.1.26 | 200 | 7/20/2023 |
4.1.25 | 187 | 7/16/2023 |
4.1.24 | 243 | 6/13/2023 |
4.1.23 | 161 | 6/13/2023 |
4.1.22 | 162 | 5/30/2023 |
4.1.21 | 160 | 5/20/2023 |
4.1.20 | 315,277 | 4/19/2023 |
4.1.19 | 94,907 | 3/20/2023 |
4.1.18 | 215 | 3/20/2023 |
4.1.17 | 221 | 3/17/2023 |
4.1.16 | 218 | 3/16/2023 |
4.1.15 | 212 | 3/15/2023 |
4.1.14 | 793 | 3/9/2023 |
4.1.13 | 233 | 3/7/2023 |
4.1.12 | 356 | 2/10/2023 |
4.1.11 | 305 | 1/26/2023 |
4.1.10 | 292 | 1/22/2023 |
4.1.9 | 291 | 1/20/2023 |
4.1.8 | 300 | 1/18/2023 |
4.1.7 | 303 | 1/18/2023 |
4.1.6 | 292 | 1/17/2023 |
4.1.1 | 313 | 1/4/2023 |
4.1.0 | 311 | 1/1/2023 |
3.1.5 | 302 | 12/21/2022 |
3.1.3 | 313 | 12/12/2022 |
3.1.2 | 313 | 12/7/2022 |
3.1.1 | 303 | 12/7/2022 |
3.1.0 | 343 | 12/2/2022 |
3.0.29 | 323 | 12/1/2022 |
3.0.28 | 331 | 11/23/2022 |
3.0.26 | 331 | 11/23/2022 |
3.0.25 | 319 | 11/18/2022 |
3.0.24 | 333 | 11/18/2022 |
3.0.23 | 335 | 11/15/2022 |
3.0.22 | 348 | 11/14/2022 |
3.0.21 | 363 | 11/13/2022 |
3.0.20 | 362 | 11/2/2022 |
3.0.19 | 356 | 11/2/2022 |
3.0.18 | 380 | 10/29/2022 |
3.0.17 | 380 | 10/29/2022 |
3.0.16 | 368 | 10/29/2022 |
3.0.15 | 357 | 10/29/2022 |
3.0.14 | 379 | 10/24/2022 |
3.0.13 | 386 | 10/24/2022 |
3.0.12 | 389 | 10/17/2022 |
3.0.11 | 440 | 10/10/2022 |
3.0.10 | 394 | 10/6/2022 |
3.0.9 | 392 | 10/6/2022 |
3.0.8 | 395 | 10/6/2022 |
3.0.7 | 391 | 10/6/2022 |
3.0.6 | 405 | 10/5/2022 |
3.0.4 | 411 | 10/5/2022 |
3.0.3 | 409 | 10/3/2022 |
3.0.2 | 401 | 9/30/2022 |
3.0.1 | 426 | 9/30/2022 |
2.0.16 | 457 | 9/27/2022 |
2.0.15 | 455 | 9/27/2022 |
2.0.14 | 471 | 9/26/2022 |
2.0.13 | 455 | 9/26/2022 |
2.0.12 | 457 | 9/26/2022 |
2.0.11 | 451 | 9/25/2022 |
2.0.10 | 472 | 9/25/2022 |
2.0.9 | 472 | 9/23/2022 |
2.0.8 | 441 | 9/22/2022 |
2.0.6 | 430 | 9/20/2022 |
2.0.5 | 424 | 9/20/2022 |
2.0.4 | 419 | 9/20/2022 |
2.0.3 | 433 | 9/20/2022 |
2.0.2 | 456 | 9/20/2022 |
2.0.1 | 503 | 9/13/2022 |
2.0.0 | 456 | 8/19/2022 |
1.1.23 | 493 | 7/30/2022 |
1.1.22 | 469 | 7/29/2022 |
1.1.21 | 463 | 7/29/2022 |
1.1.20 | 452 | 7/29/2022 |
1.1.19 | 452 | 7/27/2022 |
1.1.17 | 470 | 7/27/2022 |
1.1.16 | 466 | 7/26/2022 |
1.1.15 | 449 | 7/25/2022 |
1.1.14 | 448 | 7/25/2022 |
1.1.13 | 457 | 7/22/2022 |
1.1.12 | 456 | 7/19/2022 |
1.1.11 | 471 | 7/19/2022 |
1.1.10 | 457 | 7/19/2022 |
1.1.9 | 475 | 7/19/2022 |
1.1.8 | 481 | 7/18/2022 |
1.1.7 | 460 | 7/18/2022 |
1.1.6 | 442 | 7/18/2022 |
1.1.5 | 452 | 7/18/2022 |
1.1.4 | 445 | 7/17/2022 |
1.1.3 | 477 | 7/17/2022 |
1.1.2 | 464 | 7/17/2022 |
1.1.0 | 471 | 7/17/2022 |
1.0.2 | 459 | 7/15/2022 |
1.0.0 | 464 | 7/8/2022 |
0.10.7 | 467 | 7/8/2022 |
0.10.2 | 483 | 7/2/2022 |
0.10.1 | 471 | 7/1/2022 |
0.9.10 | 501 | 6/20/2022 |
0.9.9 | 442 | 6/11/2022 |