DocsReference@proto-kit/commonClassesRemoteCacheCompiler

@proto-kit/commonDocs


Documentation / @proto-kit/common / RemoteCacheCompiler

Class: RemoteCacheCompiler

Constructors

new RemoteCacheCompiler()

new RemoteCacheCompiler(remoteCache, manifest): RemoteCacheCompiler

Parameters

remoteCache: undefined | RemoteCache

manifest: CacheManifest

Returns

RemoteCacheCompiler

Defined in

packages/common/src/cache/RemoteCacheCompiler.ts:21

Methods

compileWithCache()

compileWithCache(program): Promise<CompileArtifact>

Parameters

program: Pick<PlainZkProgram<undefined, undefined>, "name" | "compile">

Returns

Promise<CompileArtifact>

Defined in

packages/common/src/cache/RemoteCacheCompiler.ts:122