Class MemoryMapStorage<TValue>

A KeyValueStorage which uses a JavaScript Map for internal storage.

Type Parameters

  • TValue

Hierarchy

  • MemoryMapStorage

Implements

Constructors

Properties

Methods

Constructors

Properties

data: Map<string, TValue>

Methods