Clear all resources used by the store.
Emits undefined and completes. Completes without emitting if store is already destroyed.
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
Clear all resources used by the store.
Returns
Emits undefined and completes. Completes without emitting if store is already destroyed.