Skip to content

computeBuildCacheKey

computeBuildCacheKey(parentLayerId, command): Promise<string>

Defined in: packages/core/src/kernel/layer.ts:60

Compute a build cache key: sha256(parentLayerId + ’|’ + command). This determines whether a .run() step can be skipped.

string | undefined

string

Promise<string>