Rush StackShopBlogEvents
Skip to main content

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

ITerminal

resolvedConfigurationFilePath

string

projectFolderPath

string | undefined

onConfigurationFileNotFound

IOnConfigurationFileNotFoundCallback

(Optional)

Returns:

TConfigurationFile