Class for storing and retrieving documents in memory asynchronously. Extends the Docstore class.
Optional
Adds new documents to the store.
An object where the keys are document IDs and the values are the documents themselves.
Void
Searches for a document in the store based on its ID.
The ID of the document to search for.
The document with the given ID.
Generated using TypeDoc
Class for storing and retrieving documents in memory asynchronously. Extends the Docstore class.