Home > @rushstack/heft-config-file > ConfigurationFileBase > _loadConfigurationFileInnerWithCache
ConfigurationFileBase._loadConfigurationFileInnerWithCache() method
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.
Signature:
protected _loadConfigurationFileInnerWithCache(terminal: ITerminal, resolvedConfigurationFilePath: string, projectFolderPath: string | undefined, onConfigurationFileNotFound?: IOnConfigurationFileNotFoundCallback): TConfigurationFile;
Parameters
Parameter | Type | Description |
|---|---|---|
terminal | ||
resolvedConfigurationFilePath | string | |
projectFolderPath | string | undefined | |
onConfigurationFileNotFound | (Optional) |
Returns:
TConfigurationFile