]> git.mjollnir.org Git - moodle.git/commit
$MCACHE - rework memcached support - some rework on eaccelerator
authormartinlanghoff <martinlanghoff>
Wed, 27 Dec 2006 22:47:51 +0000 (22:47 +0000)
committermartinlanghoff <martinlanghoff>
Wed, 27 Dec 2006 22:47:51 +0000 (22:47 +0000)
commitf917d0ea9b936ece48a7d9fb2d125070af1c66b2
treeda52e45b47008b11b2faafdd0f13543b4985077b
parent2142d4924f6303dca2609d0ff90d4902e038e0eb
$MCACHE - rework memcached support - some rework on eaccelerator

We now have a wrapper memcached support class to handle
initial connection setup, provide the common denominator
calls, plus getforfill() and friends.

The eaccelerator class now returns false to match memcached. The
downside of this is that we cannot store booleans as a false value
is indistinguishable from a false that indicates error or 'key not
found'.
lib/eaccelerator.class.php
lib/memcached.class.php [new file with mode: 0644]
lib/setuplib.php