-
public final class PageEvent.CompilationCacheProducedEvent extends PageEvent
Issued for every compilation cache generated. Is only available if Page.setGenerateCompilationCache is enabled.
-
-
Constructor Summary
Constructors Constructor Description CompilationCacheProducedEvent(String url, String data)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final PageEvent.CompilationCacheProducedEventcopy(String url, String data)final StringgetUrl()final StringgetData()Base64-encoded data (Encoded as a base64 string when passed over JSON) -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final PageEvent.CompilationCacheProducedEvent copy(String url, String data)
-
-
-
-