 | Up one level
| |
 | 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] [1030 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] [272 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] [618 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] [798 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] [2190 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] [409 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. |