Class CompilationCacheParams
Per-script compilation cache parameters for Page.produceCompilationCache
public sealed class CompilationCacheParams
- Inheritance
-
CompilationCacheParams
- Inherited Members
Properties
Eager
A hint to the backend whether eager compilation is recommended. (the actual compilation mode used is upon backend discretion).
[JsonPropertyName("eager")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? Eager { get; set; }
Property Value
- bool?
Url
The URL of the script to produce a compilation cache entry for.
[JsonPropertyName("url")]
public string Url { get; set; }