Rystem.RepositoryFramework.Cache.Azure.Storage.Blob
4.1.0
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 4.1.0
NuGet\Install-Package Rystem.RepositoryFramework.Cache.Azure.Storage.Blob -Version 4.1.0
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="4.1.0" />
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="4.1.0" />
<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 4.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Rystem.RepositoryFramework.Cache.Azure.Storage.Blob, 4.1.0"
#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@4.1.0
#: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=4.1.0
#tool nuget:?package=Rystem.RepositoryFramework.Cache.Azure.Storage.Blob&version=4.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
What is Rystem?
Cache example
builder.Services
.AddRepositoryInBlobStorage<User, string>(builder.Configuration["ConnectionString:Storage"])
.WithInMemoryCache(x =>
{
x.RefreshTime = TimeSpan.FromSeconds(20);
x.Methods = RepositoryMethod.All;
})
.WithBlobStorageCache(builder.Configuration["ConnectionString:Storage"], settings: x =>
{
x.RefreshTime = TimeSpan.FromSeconds(120);
x.Methods = RepositoryMethod.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 | net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. net9.0 was computed. 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.
-
net7.0
- Rystem.RepositoryFramework.Cache (>= 4.1.0)
- Rystem.RepositoryFramework.Infrastructure.Azure.Storage.Blob (>= 4.1.0)
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.6 | 57,004 | 3/3/2026 |
| 10.0.5 | 93 | 2/22/2026 |
| 10.0.4 | 105 | 2/9/2026 |
| 10.0.3 | 147,872 | 1/28/2026 |
| 10.0.1 | 209,056 | 11/12/2025 |
| 9.1.3 | 238 | 9/2/2025 |
| 9.1.2 | 764,439 | 5/29/2025 |
| 9.1.1 | 97,803 | 5/2/2025 |
| 9.0.32 | 186,711 | 4/15/2025 |
| 9.0.31 | 5,790 | 4/2/2025 |
| 9.0.30 | 88,806 | 3/26/2025 |
| 9.0.29 | 9,010 | 3/18/2025 |
| 9.0.28 | 248 | 3/17/2025 |
| 9.0.27 | 261 | 3/16/2025 |
| 9.0.26 | 253 | 3/13/2025 |
| 9.0.25 | 52,124 | 3/9/2025 |
| 9.0.21 | 318 | 3/6/2025 |
| 9.0.20 | 19,596 | 3/6/2025 |
| 9.0.19 | 310 | 3/6/2025 |
| 4.1.0 | 438 | 1/1/2023 |
Loading failed