* Added an Ehcache client.
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 4 Mar 2011 06:01:30 +0000 (06:01 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 4 Mar 2011 06:01:30 +0000 (06:01 +0000)
commitf509ce8060cbbf0a4c5e8d99c9e5fd0e15be5936
tree0ab70245c439fdc33bb3557976be94db1ecd7dc1
parent5ba37ced2559a6670e22c7e04b82357fad12e06b
* Added an Ehcache client.
* Fixed encoding of spaces in memcached keys, in r83140 they would have been encoded as "+".
includes/AutoLoader.php
includes/objectcache/EhcacheBagOStuff.php [new file with mode: 0644]
includes/objectcache/MemcachedPhpBagOStuff.php