Function __global->debugging_static_cache
Definitions
sources/static_cache.php
- Find if we are debugging the static cache.Manually alter this function to enable debugging.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether we are
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find if we are debugging the static cache.Manually alter this function to enable debugging.
*
* @return boolean Whether we are
*/
function debugging_static_cache() : bool
* Find if we are debugging the static cache.Manually alter this function to enable debugging.
*
* @return boolean Whether we are
*/
function debugging_static_cache() : bool
