Made BackLinkCache use object caching better.
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 27 Nov 2012 17:26:02 +0000 (09:26 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 27 Nov 2012 17:41:50 +0000 (09:41 -0800)
commit12b76fcabbdeb3be937c5ed4af8eb334d0d91317
treed25363c289293d4c35fa3477762519fe651cfb74
parent35c222b736c3d5a5500f654f2572d54209d05cea
Made BackLinkCache use object caching better.

* This way, we can actually get persistent cache hits for
the HTMLCacheUpdate queries rather than always hitting a DB.
* Also moved BacklinkCache under the /cache directory.

Change-Id: I0666ee575fb42675f1a7dd9cb52665f0a12a66a9
includes/AutoLoader.php
includes/BacklinkCache.php [deleted file]
includes/cache/BacklinkCache.php [new file with mode: 0644]