Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.
/cache/classes/
FolderUp one level  
Folderlocal/
 
Folderoutput/
 
Folderprivacy/
 
Fileadministration_helper.php [source] [431 lines]   Cache administration helper. This file is part of Moodle's cache API, affectionately called MUC. It contains the components that are requried in order to use caching.
Fileconfig.php                [source] [597 lines]   Cache configuration reader This file is part of Moodle's cache API, affectionately called MUC. It contains the components that are requried in order to use caching.
Filedefinition.php            [source] [1022 lines]  Cache definition class This file is part of Moodle's cache API, affectionately called MUC. It contains the components that are requried in order to use caching.
Filedummystore.php            [source] [283 lines]   Cache dummy store. This dummy store is used when a load has no other stores that it can make use of. This shouldn't happen in normal operation... I think.
Filefactory.php               [source] [693 lines]   This file contains the cache factory class. This file is part of Moodle's cache API, affectionately called MUC. It contains the components that are requried in order to use caching.
Filehelper.php                [source] [873 lines]   Cache helper class This file is part of Moodle's cache API, affectionately called MUC. It contains the components that are requried in order to use caching.
Fileinterfaces.php            [source] [601 lines]   Cache API interfaces This file is part of Moodle's cache API, affectionately called MUC. It contains the components that are requried in order to use caching.
Fileloaders.php               [source] [2458 lines]  Cache loaders This file is part of Moodle's cache API, affectionately called MUC. It contains the components that are required in order to use caching.
Filestore.php                 [source] [536 lines]   Cache store - base class This file is part of Moodle's cache API, affectionately called MUC. It contains the components that are required in order to use caching.
Fileversion_wrapper.php       [source] [50 lines]