Summary
Gets or sets a value indicating whether to force the script to be recompiled if caching is enabled.
- Namespace
- Cake
.Commands - Containing Type
- Default
Command Settings
Syntax
[CommandOption("--" + Infrastructure.Constants.Cache.InvalidateScriptCache)]
[Description("Forces the script to be recompiled if caching is enabled.")]
public bool Recompile { get; set; }
Attributes
| Type | Description |
|---|---|
| CommandOption | |
| DescriptionAttribute |
Value
| Type | Description |
|---|---|
| bool |
