Class SimpleAsyncStoreAbstract

An interface for simple asynchronous stores that don't have special support for transactions and such. This class adds caching at the store level.

Implements

Constructors

Properties

cache: Map<bigint, Uint8Array> = ...
name: string

The name of the store.

queue: Set<Promise<unknown>> = ...

Methods