Up one level | ||
local/ | ||
output/ | ||
privacy/ | ||
administration_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. | |
allow_temporary_caches.php [source] [80 lines] | ||
config.php [source] [596 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] [1045 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] [291 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] [876 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] [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. | |
loaders.php [source] [2556 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] [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. | |
version_wrapper.php [source] [50 lines] |