Function __global->save_static_caching
Definitions
sources/site.php
- Do any static cache saving that we want to do.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: bool
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$out | mixed | required parameter | N/A | N/A | Output to cache (string or Tempcode) |
$mime_type | string | text/html | N/A | N/A | Mime type to use |
Return
- Whether saving could have happened
- Type: boolean
- Set: N/A
- Range: N/A