Start moving objectcache into libs/
authorKunal Mehta <legoktm@gmail.com>
Wed, 25 Feb 2015 08:22:50 +0000 (00:22 -0800)
committerKunal Mehta <legoktm@gmail.com>
Wed, 25 Feb 2015 08:22:50 +0000 (00:22 -0800)
commit1e3888de006861f7c4b8b6396f95d1dbb2eb14a5
tree79fd7c97817175214a84ffa8ecb15ea6e56831a5
parent2202dbbfabca7d36eb3e662fbbf3dfe31321efc9
Start moving objectcache into libs/

The base BagOStuff class and some of the implementations are
not dependent on MediaWiki and can be in the libs folder.

Change-Id: I299f9abb778abc65a70461a2aff3015c02a1f04d
14 files changed:
autoload.php
includes/libs/objectcache/APCBagOStuff.php [new file with mode: 0644]
includes/libs/objectcache/BagOStuff.php [new file with mode: 0644]
includes/libs/objectcache/EmptyBagOStuff.php [new file with mode: 0644]
includes/libs/objectcache/HashBagOStuff.php [new file with mode: 0644]
includes/libs/objectcache/WinCacheBagOStuff.php [new file with mode: 0644]
includes/libs/objectcache/XCacheBagOStuff.php [new file with mode: 0644]
includes/objectcache/APCBagOStuff.php [deleted file]
includes/objectcache/BagOStuff.php [deleted file]
includes/objectcache/EmptyBagOStuff.php [deleted file]
includes/objectcache/HashBagOStuff.php [deleted file]
includes/objectcache/MultiWriteBagOStuff.php
includes/objectcache/WinCacheBagOStuff.php [deleted file]
includes/objectcache/XCacheBagOStuff.php [deleted file]