r99143 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r99142‎ | r99143 | r99144 >
Date:21:13, 6 October 2011
Author:aaron
Status:ok
Tags:lamecommitsummary 
Comment:
FU r98405: ObjectFileCache doesn't need to be abstract
Modified paths:
  • /trunk/phase3/includes/cache/ObjectFileCache.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/cache/ObjectFileCache.php
@@ -4,7 +4,7 @@
55 * @file
66 * @ingroup Cache
77 */
8 -abstract class ObjectFileCache extends FileCacheBase {
 8+class ObjectFileCache extends FileCacheBase {
99 /**
1010 * Construct an ObjectFileCache from a key and a type
1111 * @param $key string
@@ -16,7 +16,6 @@
1717
1818 $cache->mKey = (string)$key;
1919 $cache->mType = (string)$type;
20 - $cache->mExt = 'cache';
2120
2221 return $cache;
2322 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98405HTMLFileCache refactoring:...aaron08:18, 29 September 2011

Status & tagging log