Function Self_learning_cache->is_on
Definitions
sources/caches.php
- Find whether the smart cache is on.
- Visibility: public
- Is abstract?: No
- Is static?: Yes
- Is final?: No
- Returns: bool
Returns
- Whether it is
- Type: boolean
- Set: N/A
- Range: N/A
Preview
Code (PHP)
/**
* Find whether the smart cache is on.
*
* @return boolean Whether it is
*/
public static function is_on() : bool
* Find whether the smart cache is on.
*
* @return boolean Whether it is
*/
public static function is_on() : bool

