public class CompilationCacheParams extends Object
| Constructor and Description |
|---|
CompilationCacheParams() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEager()
A hint to the backend whether eager compilation is recommended.
|
String |
getUrl()
The URL of the script to produce a compilation cache entry for.
|
void |
setEager(Boolean eager)
A hint to the backend whether eager compilation is recommended.
|
void |
setUrl(String url)
The URL of the script to produce a compilation cache entry for.
|
public String getUrl()
public void setUrl(String url)
public Boolean getEager()
public void setEager(Boolean eager)
Copyright © 2021 Kenan Klisura. All rights reserved.