data class CompilationCacheProducedEvent : PageEvent
Issued for every compilation cache generated. Is only available if Page.setGenerateCompilationCache is enabled.
<init> |
Issued for every compilation cache generated. Is only available if Page.setGenerateCompilationCache is enabled. CompilationCacheProducedEvent(url: String, data: String) |
data |
Base64-encoded data (Encoded as a base64 string when passed over JSON) val data: String |
url |
val url: String |