Store that calls the corresponding functions of the source Store. Can be extended by stores that do not want to override all functions by implementing a decorator pattern.

Type Parameters

Hierarchy

Implements

Constructors

Properties

source: T

Methods

  • Check if a resource exists in this ResourceSet.

    Returns

    A promise resolving if the resource already exists.

    Parameters

    Returns Promise<boolean>