EnableCompileCacheResult

sealed external interface EnableCompileCacheResult(source)

Properties

Link copied to clipboard
abstract var directory: String?

If the compile cache is enabled, this contains the directory where the compile cache is stored. Only set if status is module.constants.compileCacheStatus.ENABLED or module.constants.compileCacheStatus.ALREADY_ENABLED.

Link copied to clipboard
abstract var message: String?

If Node.js cannot enable the compile cache, this contains the error message. Only set if status is module.constants.compileCacheStatus.FAILED.

Link copied to clipboard
abstract var status: Double

One of the {@link constants.compileCacheStatus}