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/classes/
FolderUp one level  
Folderlocal/
 
Folderprivacy/
 
Fileadministration_helper.php [source] [407 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] [842 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] [524 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] [2278 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] [395 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.