NoCache Property
Namespace
Statiq.App
Containing Type
EngineCommandSettings
Property Type
bool

Syntax

[CommandOption("--nocache")]
[Description("Prevents caching information during execution (less memory usage but slower execution).")]
public bool NoCache { get; set; }

Attributes

Type Description
CommandOption
Description

Value

Type Description
bool