Note: You are currently viewing documentation for Moodle 2.8. Up-to-date documentation for the latest stable version of Moodle may be available here: Caching.

Caching: Difference between revisions

From MoodleDocs
(dev docs links)
(brief intro)
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.


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==
==See also==
Line 11: Line 12:
* [[:dev:Cache API]]
* [[:dev:Cache API]]
* [[:dev:Cache API - Quick reference]]
* [[:dev:Cache API - Quick reference]]


{{stub}}
{{stub}}

Revision as of 10:51, 4 December 2012

New feature
in Moodle 2.8!

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: