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
  • 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.

Version Downloads Last updated
1.1.0 0 06/09/2026