struct Protocol::Page::CompilationCacheParams

Overview

Per-script compilation cache parameters for Page.produceCompilationCache

Included Modules

Defined in:

protocol/page.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def eager : Bool | Nil #

A hint to the backend whether eager compilation is recommended. (the actual compilation mode used is upon backend discretion).


[View source]
def url : String #

The URL of the script to produce a compilation cache entry for.


[View source]