]> git.mjollnir.org Git - moodle.git/commit
TEXT CACHING
authormoodler <moodler>
Mon, 9 Feb 2004 12:27:34 +0000 (12:27 +0000)
committermoodler <moodler>
Mon, 9 Feb 2004 12:27:34 +0000 (12:27 +0000)
commitd363047eb050e98cb9aad29bec11900ad5bbf329
treeb562c08a992f0e5eac2614a68a86bcfe70057c17
parent6579224b6a5e0f37d93abb88a2ff084add0ed411
TEXT CACHING
------------

I have a site which really needs this, so I went ahead with it already.

This add-on will cache formatted texts in the database and use them
for a specified timeperiod.

By default it is disabled.   Enable it with:

  $CFG->cachetext = 600;   // in seconds
config-dist.php
lib/db/mysql.php
lib/db/mysql.sql
lib/db/postgres7.php
lib/db/postgres7.sql
version.php