Skip to main content

TypeScript SDK Reference

api/client.gen.DaggerEngine

The Dagger engine configuration and state

Hierarchy

  • BaseClient

    DaggerEngine

Constructors

constructor

new DaggerEngine(parent?, _id?): DaggerEngine

Constructor is used for internal usage only, do not create object from it.

Parameters

NameType
parent?Object
parent.ctxContext
parent.queryTree?QueryTree[]
_id?DaggerEngineID

Returns

DaggerEngine

Overrides

BaseClient.constructor

Properties

_id

Private Optional Readonly _id: DaggerEngineID = undefined

Methods

id

id(): Promise<DaggerEngineID>

A unique identifier for this DaggerEngine.

Returns

Promise<DaggerEngineID>


localCache

localCache(): DaggerEngineCache

The local (on-disk) cache for the Dagger engine

Returns

DaggerEngineCache