Function __global->apply_quick_caching
Definitions
sources/zones.php
- Simplify some Tempcode (losing dynamicness), for the quick cache option.Includes remove of contextual URL parameters for neutrality within quick cache.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: object
Parameters
| Name | Type | Passed by reference? | Variadic? | Default | Set | Range | Description |
|---|---|---|---|---|---|---|---|
| $_cache | Tempcode | No | No | required parameter | N/A | N/A | Input Tempcode |
Returns
- Output Tempcode
- Type: Tempcode
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Simplify some Tempcode (losing dynamicness), for the quick cache option.Includes remove of contextual URL parameters for neutrality within quick cache.
*
* @param Tempcode $_cache Input Tempcode
* @return Tempcode Output Tempcode
*/
function apply_quick_caching(object $_cache) : object
* Simplify some Tempcode (losing dynamicness), for the quick cache option.Includes remove of contextual URL parameters for neutrality within quick cache.
*
* @param Tempcode $_cache Input Tempcode
* @return Tempcode Output Tempcode
*/
function apply_quick_caching(object $_cache) : object

