Home > @microsoft/rush-lib > BuildCacheConfiguration > getBuildCacheConfigFilePath
BuildCacheConfiguration.getBuildCacheConfigFilePath() method
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Gets the absolute path to the build-cache.json file in the specified rush workspace.
Signature:
static getBuildCacheConfigFilePath(rushConfiguration: RushConfiguration): string;
Parameters
Parameter | Type | Description |
---|---|---|
rushConfiguration | RushConfiguration |
Returns:
string