Start of ObjectCache reorganisation. Moved the object cache files to includes/objectc...
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 3 Mar 2011 04:38:17 +0000 (04:38 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 3 Mar 2011 04:38:17 +0000 (04:38 +0000)
commitaf04dde2901bf9303ebf6c9e8278b854736902c7
treefcfd448998b75d12d11d092c3afc2b7ed076e079
parent8842ab1d0cef61890833cb0cf9a46ec334904a22
Start of ObjectCache reorganisation. Moved the object cache files to includes/objectcache/. Split BagOStuff.php into single-class files.
13 files changed:
includes/AutoLoader.php
includes/BagOStuff.php [deleted file]
includes/ObjectCache.php [deleted file]
includes/Setup.php
includes/objectcache/APCBagOStuff.php [new file with mode: 0644]
includes/objectcache/BagOStuff.php [new file with mode: 0644]
includes/objectcache/DBABagOStuff.php [new file with mode: 0644]
includes/objectcache/HashBagOStuff.php [new file with mode: 0644]
includes/objectcache/ObjectCache.php [new file with mode: 0644]
includes/objectcache/SqlBagOStuff.php [new file with mode: 0644]
includes/objectcache/WinCacheBagOStuff.php [new file with mode: 0644]
includes/objectcache/XCacheBagOStuff.php [new file with mode: 0644]
includes/objectcache/eAccelBagOStuff.php [new file with mode: 0644]