Moodle APIs 3.9
Moodle 3.9.13+ (Build: 20220325)
|
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... | |
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.