iBis.Storage.Memory 1.1.0
iBis.Storage.Memory
In-memory storage service implementation for the DoHu iBis Enterprise Suite.
Overview
This package provides a storage service implementation using in-memory storage. Useful for development, testing, or scenarios where data persistence is not required.
Installation
dotnet add package iBis.Storage.Memory
Usage
Register the in-memory storage service:
services.AddScoped<IStorageService, MemoryStorageService>();
Dependencies
iBis.Storage.Model
Related Packages
iBis.Storage.Model- Core storage interfaces
Notes
Data stored using this implementation is not persisted and will be lost when the application restarts.
No packages depend on iBis.Storage.Memory.
.NET 8.0
- iBis.Storage.Model (>= 1.1.0)
- Microsoft.Extensions.Configuration (>= 9.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 9.0.0)
- Microsoft.Extensions.Options (>= 9.0.0)
| Version | Downloads | Last updated |
|---|---|---|
| 1.1.0 | 0 | 06/09/2026 |