Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.
/cache/
FolderUp one level  
Folderclasses/
 
Folderlocks/
 
Folderstores/
 
Foldertests/
 
Fileadmin.php           [source] [82 lines]    The administration and management interface for the cache setup and configuration.
Filedisabledlib.php     [source] [531 lines]   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.
Fileforms.php           [source] [385 lines]   Forms used for the administration and managemement of the cache setup. This file is part of Moodle's cache API, affectionately called MUC.
Filelib.php             [source] [228 lines]   The core cache API. Pretty much just includes the mandatory classes and contains the misc classes that arn't worth separating into individual files.
Filelocallib.php        [source] [674 lines]   The supplementary cache API. This file is part of Moodle's cache API, affectionately called MUC. It contains elements of the API that are not required in order to use caching. Things in here are more in line with administration and management of the cache setup and configuration.
Filerenderer.php        [source] [416 lines]   The Cache renderer. This file is part of Moodle's cache API, affectionately called MUC.
Filetestperformance.php [source] [209 lines]   Store performance test run + output script.