interface
module.default.EnableCompileCacheResult
interface EnableCompileCacheResult
- directory?: string
If the compile cache is enabled, this contains the directory where the compile cache is stored. Only set if
statusismodule.constants.compileCacheStatus.ENABLEDormodule.constants.compileCacheStatus.ALREADY_ENABLED. - message?: string
If Node.js cannot enable the compile cache, this contains the error message. Only set if
statusismodule.constants.compileCacheStatus.FAILED.