 | Up one level
| |
 | config.php [source] [593 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] [1007 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] [256 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] [625 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] [763 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] [2202 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] [380 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. |