Note: This documentation is for Moodle 2.7. For up-to-date documentation see Caching.

Caching: Difference between revisions

From MoodleDocs
(useful links thanks to Nadav Kavalerchik)
No edit summary
Line 20: Line 20:


{{stub}}
{{stub}}
[[de:Caching]]

Revision as of 08:47, 5 December 2012

New feature
in Moodle 2.7!

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.

Moodle 2.4 saw the implementation of MUC Stage 1: Implement some core caching architecture.

Two links, that might be useful to anyone considering testing the new features on their own servers:

See also

Developer documentation: