filecache: Remove unused ObjectFileCache class
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 7 Sep 2016 00:09:50 +0000 (17:09 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 7 Sep 2016 00:09:50 +0000 (17:09 -0700)
commitb2585a95b27fc196bcded4c146d1251d9d7740b9
tree773c6bc76c47fc660385ef7427c1aa657cabd260
parentd1f09fb4c3bc43261c5b8449c83f1826410cd3e7
filecache: Remove unused ObjectFileCache class

This was originally intended for use by ResourceLoader but it was
incomplete and not actually used by ResourceLoader at first.

Then 93d358cd added support for FileCache to ResourceLoader with
a separate ResourceFileCache class.

Also fixed typo in HTMLFileCache from 6559b8bf.

ObjectFileCache is not mentioned anywhere else in Wikimedia Git.

Change-Id: I69cca27ee7cd922da12f1793660432709c273be6
autoload.php
includes/cache/HTMLFileCache.php
includes/cache/ObjectFileCache.php [deleted file]