Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > ICobuildContext > cacheId

ICobuildContext.cacheId property

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

The id of the cache entry. It should be kept the same as the normal cacheId from ProjectBuildCache. Otherwise, there is a discrepancy in the success case wherein turning on cobuilds will fail to populate the normal build cache.

Signature:

cacheId: string;