wiki.techinc.nl/includes/cache
Aaron Schulz 5214c4f073 * Let HTMLFileCache constructor take in a Title *or* a the prefixed dbkey itself.
* Tweaked filecache fallback in fileCachedPage() to try the raw title param. If the DB is down, we can get most views of titles with colons in them to work this way. Previously, it could fail on an interwiki lookup.
2011-11-02 20:01:22 +00:00
..
CacheDependency.php More documentation 2011-10-29 01:53:28 +00:00
FileCacheBase.php Simplified cacheDirectory() in FileCacheBase and HTMLFileCache. It turns out $wgFileCacheDirectory is always set in setup.php already. 2011-10-03 06:54:39 +00:00
HTMLCacheUpdate.php More documentation updates 2011-10-28 18:11:47 +00:00
HTMLFileCache.php * Let HTMLFileCache constructor take in a Title *or* a the prefixed dbkey itself. 2011-11-02 20:01:22 +00:00
LinkBatch.php Documentation and type hinting. 2011-10-06 13:22:53 +00:00
LinkCache.php I broke few parser tests in r97633 by overlooking the return value. This fixes them. 2011-09-20 16:26:39 +00:00
MemcachedSessions.php
MessageCache.php Debug logging and possible fix for bug 31177: mystery sidebar message failures 2011-09-27 00:41:24 +00:00
ObjectFileCache.php FU r98405: ObjectFileCache doesn't need to be abstract 2011-10-06 21:13:38 +00:00
ResourceFileCache.php * Added a script to prune old file cache entries. 2011-10-04 08:03:43 +00:00
SquidUpdate.php Actually fix bug 30792, despite my earlier claims. SquidUpdate::purge('//upload.wikimedia.org/foo') would return 'http://commons.wikimedia.org//upload.wikimedia.org/foo' 2011-09-07 14:15:03 +00:00