Class CompilationCacheParams
CompilationCacheParams
public sealed class CompilationCacheParams
- Inheritance
-
CompilationCacheParams
- Inherited Members
Properties
Eager
eager
[JsonPropertyName("eager")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Eager { get; set; }
Property Value
- bool?
Url
url
[JsonPropertyName("url")]
public string Url { get; set; }