Optional
docs: Map<string, Document>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.
Optional
_prefix: string
Class for storing and retrieving documents in memory asynchronously. Extends the Docstore class.