Up one level | ||
local/ | ||
privacy/ | ||
administration_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. | |
config.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. | |
definition.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. | |
dummystore.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. | |
factory.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. | |
helper.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. | |
interfaces.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. | |
loaders.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. | |
store.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. |