Class QueryEngineBase<QueryContext, QueryStringContextInner, QueryAlgebraContextInner>

Base implementation of a Comunica query engine.

Type Parameters

Hierarchy

  • QueryEngineBase

    Implements

    Constructors

    Properties

    actorInitQuery: ActorInitQueryBase

    Methods

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

      Parameters

      • Optional url: string

        The page URL to invalidate.

      • Optional context: any

        An optional ActionContext to pass to the actors.

      Returns Promise<any>

      A promise resolving when the caches have been invalidated.