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

From MoodleDocs
Revision as of 10:51, 4 December 2012 by Helen Foster (talk | contribs) (brief intro)

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.

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

See also

Developer documentation: