cache()
cache( $path, string $input, callable $rendered, boolean $success = null) : string
Return the cached file path after cache optional process.
Parameters
$path | ||
string | $input | pug input |
callable | $rendered | method to compile the source into PHP |
boolean | $success |