LogoSignals.dart
Copy Markdown
rodydavis/signals.dart 999999

Type: SignalsInMemoryKeyValueStore

API reference and details for SignalsInMemoryKeyValueStore from signals.dart.

SignalsInMemoryKeyValueStore#

Kind: class  |  Package: package:signals_core

Class: SignalsInMemoryKeyValueStore#

An in-memory, volatile implementation of SignalsKeyValueStore.

This serves as a fallback engine and does not persist across restarts/reload.

Members of SignalsInMemoryKeyValueStore#

Member Type Signature Description
store field dart store The in-memory store.
getItem method dart Future<String?> getItem(String key)
removeItem method dart Future removeItem(String key)
setItem method dart Future setItem(String key, String value)

References#

The SignalsInMemoryKeyValueStore type is referenced and used in the following pages: