Function __global->request_via_cron
Definitions
sources/caches2.php
- Request that the system scheduler loads up a block's caching in the background.
- Is abstract?: No
- Is static?: No
- Is final?: No
- Return: N/A
Parameters
Name | Type | Default | Set | Range | Description |
---|---|---|---|---|---|
$codename | ID_TEXT | required parameter | N/A | N/A | The codename of the block |
$map | array | required parameter | N/A | N/A | Parameters to call up block with if we have to defer caching |
$special_cache_flags | integer | required parameter | N/A | N/A | Flags representing how we should cache |
$tempcode | boolean | required parameter | N/A | N/A | Whether we are caching Tempcode (needs special care) |