- Namespace
- Statiq
.App - Containing Type
- Engine
Command Settings - 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 |