Function __global->is_browser_decaching
Definitions
sources/global2.php
- Find whether the browser session is set to be doing a hard cache-empty refresh.
- Visibility: public
- Is abstract?: No
- Is static?: No
- Is final?: No
- Returns: bool
Returns
- Whether the browser session is set to be doing a hard cache-empty refresh
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether the browser session is set to be doing a hard cache-empty refresh.
*
* @return boolean Whether the browser session is set to be doing a hard cache-empty refresh
*/
function is_browser_decaching() : bool
* Find whether the browser session is set to be doing a hard cache-empty refresh.
*
* @return boolean Whether the browser session is set to be doing a hard cache-empty refresh
*/
function is_browser_decaching() : bool

