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.
Parameters
Section titled “Parameters”parentLayerId
Section titled “parentLayerId”string | undefined
command
Section titled “command”string
Returns
Section titled “Returns”Promise<string>