Moodle APIs  3.8
Moodle 3.8.6 (Build: 20201109)
Classes
disabledlib.php File Reference

This file contains classes that are used by the Cache API only when it is disabled. More...

Classes

class  cache_config_disabled
 The cache config class used when the Cache has been disabled. More...
 
class  cache_disabled
 Required as it is needed for cache_config_disabled which extends cache_config_writer. More...
 
class  cache_factory_disabled
 The cache factory class used when the Cache has been disabled. More...
 

Detailed Description

This file contains classes that are used by the Cache API only when it is disabled.

These classes are derivatives of other significant classes used by the Cache API customised specifically to only do what is absolutely necessary when initialising and using the Cache API when its been disabled.