Private
Readonly
Protected
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.
Clear all resources used by the store.
Emits undefined and completes. Completes without emitting if store is already destroyed.
Get all stored documents.
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.
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.