Class QueryEngineBase<QueryContext, QueryStringContextInner, QueryAlgebraContextInner>

Base implementation of a Comunica query engine.

Type Parameters

Hierarchy

  • QueryEngineBase

    Implements

    Constructors

    Methods

    • Invalidate all internal caches related to the given page URL. If no page URL is given, then all pages will be invalidated.

      Parameters

      • Optionalurl: string

        The page URL to invalidate.

      • Optionalcontext: any

        An optional ActionContext to pass to the actors.

      Returns Promise<any>

      A promise resolving when the caches have been invalidated.