Options
All
  • Public
  • Public/Protected
  • All
Menu

Simple implementation of a [[DatastoreManager]] using an in-memory map.

Hierarchy

  • InMemoryDatastoreManager

Implements

  • DatastoreManager

Index

Properties

Methods

Properties

Private Readonly dataStoresByHandle

dataStoresByHandle: Map<string, [string, Datastore]> = new Map()

Methods

getAll

  • getAll(): Iterable<[string, Datastore]>