Interface KeyValueStore<K, V>

Type Parameters

  • K

  • V

Hierarchy

Implemented by

Properties

destroyed: boolean

Methods

  • Clear all resources used by the store.

    Returns

    Emits undefined and completes. Completes without emitting if store is already destroyed.

    Returns Observable<void>

  • Get the stored documents by keys.

    Returns

    • When have all requested documents: emits once and completes.
    • When at least one document is missing or the store is destroyed: completes without emitting.

    Parameters

    • keys: K[]

    Returns Observable<V[]>

Generated using TypeDoc