Class AddCompilationCacheCommandSettings
AddCompilationCache
public sealed class AddCompilationCacheCommandSettings : ICommand
- Inheritance
-
AddCompilationCacheCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Data
Gets or sets the data
[JsonPropertyName("data")]
public string Data { get; set; }
Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }