]> git.mjollnir.org Git - moodle.git/commit
Introducing $MCACHE - Memory-based cache
authormartinlanghoff <martinlanghoff>
Wed, 27 Dec 2006 22:44:39 +0000 (22:44 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 27 Dec 2006 22:44:39 +0000 (22:44 +0000)
commit419e1d937ee9f1351be2e6882a93016f08abec2a
tree7abe7385a9eec67a4fa968350aee6d0522b804a9
parentc96a4a46d5a962562404098847bc5bf38528653c
Introducing $MCACHE - Memory-based cache

$MCACHE is initially based on core API that is shared between memcached and
turckmmcache/eaccelerator. The core operations are add(), set() and delete()

This initial implementation uses the PECL-based PHP client. Would be trivial
to add support for a PHP-based client.

The $MCACHE facility can be used for DB cache, text filters cache, and possibly
for sessions.
lib/setup.php
lib/setuplib.php