Private
Readonly
#updates$Protected
docsGet all stored documents.
Get the stored documents by keys.
Store the full set of documents. getAll() after setAll(docs) should return the same set of 'docs'. Should never throw.
Emits undefined and completes. Completes without emitting if the store is destroyed.
Store the document. Should never throw.
Generated using TypeDoc
Similar to getAll, but does not complete. Instead, emits every time the collection is updated (via this store object). Emits empty array when no documents are stored.