Note: You are currently viewing documentation for Moodle 3.1. Up-to-date documentation for the latest stable version of Moodle is probably available here: Caching.

Caching: Difference between revisions

From MoodleDocs
(see also)
(dev docs links)
Line 1: Line 1:
{{Performance}}{{New features}}
{{Performance}}{{New features}}
A cache is a collection of data that is kept on hand and made readily available in order to avoid costly fetching and moulding upon every request.


==See also==
==See also==


* Using Moodle [https://moodle.org/mod/forum/discuss.php?d=217195 MUC is here, now what?] forum discussion
* Using Moodle [https://moodle.org/mod/forum/discuss.php?d=217195 MUC is here, now what?] forum discussion
Developer documentation:
* [[:dev:The Moodle Universal Cache (MUC)]]
* [[:dev:Cache API]]
* [[:dev:Cache API - Quick reference]]


{{stub}}
{{stub}}

Revision as of 10:49, 4 December 2012

New feature
in Moodle 3.1!


A cache is a collection of data that is kept on hand and made readily available in order to avoid costly fetching and moulding upon every request.

See also

Developer documentation: