Class: InMemoryKeyValueStore

InMemoryKeyValueStore

This is a default implementation of the KeyValueStore API. It uses an in-memory map to store data.

new InMemoryKeyValueStore()

Extends

  • module:api.KeyValueStore