MediaWiki REL1_37
|
Public Member Functions | |
__construct (BagOStuff $parserCacheBackend, WANObjectCache $revisionOutputCacheBackend, HookContainer $hookContainer, JsonCodec $jsonCodec, IBufferingStatsdDataFactory $stats, LoggerInterface $logger, ServiceOptions $options, TitleFactory $titleFactory, WikiPageFactory $wikiPageFactory) | |
getParserCache (string $name) | |
Get a ParserCache instance by $name. | |
getRevisionOutputCache (string $name) | |
Get a RevisionOutputCache instance by $name. | |
Public Attributes | |
const | CONSTRUCTOR_OPTIONS |
Definition at line 40 of file ParserCacheFactory.php.
MediaWiki\Parser\ParserCacheFactory::__construct | ( | BagOStuff | $parserCacheBackend, |
WANObjectCache | $revisionOutputCacheBackend, | ||
HookContainer | $hookContainer, | ||
JsonCodec | $jsonCodec, | ||
IBufferingStatsdDataFactory | $stats, | ||
LoggerInterface | $logger, | ||
ServiceOptions | $options, | ||
TitleFactory | $titleFactory, | ||
WikiPageFactory | $wikiPageFactory | ||
) |
BagOStuff | $parserCacheBackend | |
WANObjectCache | $revisionOutputCacheBackend | |
HookContainer | $hookContainer | |
JsonCodec | $jsonCodec | |
IBufferingStatsdDataFactory | $stats | |
LoggerInterface | $logger | |
ServiceOptions | $options | |
TitleFactory | $titleFactory | |
WikiPageFactory | $wikiPageFactory |
Definition at line 98 of file ParserCacheFactory.php.
References MediaWiki\Parser\ParserCacheFactory\$hookContainer, MediaWiki\Parser\ParserCacheFactory\$jsonCodec, MediaWiki\Parser\ParserCacheFactory\$logger, MediaWiki\Parser\ParserCacheFactory\$options, MediaWiki\Parser\ParserCacheFactory\$parserCacheBackend, MediaWiki\Parser\ParserCacheFactory\$revisionOutputCacheBackend, MediaWiki\Parser\ParserCacheFactory\$stats, MediaWiki\Parser\ParserCacheFactory\$titleFactory, MediaWiki\Parser\ParserCacheFactory\$wikiPageFactory, and MediaWiki\Config\ServiceOptions\assertRequiredOptions().
MediaWiki\Parser\ParserCacheFactory::getParserCache | ( | string | $name | ) |
Get a ParserCache instance by $name.
string | $name |
Definition at line 127 of file ParserCacheFactory.php.
References $cache.
Referenced by MediaWiki\Rest\Handler\PageHTMLHandler\__construct(), and MediaWiki\Rest\Handler\RevisionHTMLHandler\__construct().
MediaWiki\Parser\ParserCacheFactory::getRevisionOutputCache | ( | string | $name | ) |
Get a RevisionOutputCache instance by $name.
string | $name |
Definition at line 153 of file ParserCacheFactory.php.
References $cache.
Referenced by MediaWiki\Rest\Handler\PageHTMLHandler\__construct(), and MediaWiki\Rest\Handler\RevisionHTMLHandler\__construct().
|
private |
Definition at line 52 of file ParserCacheFactory.php.
Referenced by MediaWiki\Parser\ParserCacheFactory\__construct().
|
private |
Definition at line 55 of file ParserCacheFactory.php.
Referenced by MediaWiki\Parser\ParserCacheFactory\__construct().
|
private |
Definition at line 61 of file ParserCacheFactory.php.
Referenced by MediaWiki\Parser\ParserCacheFactory\__construct().
|
private |
Definition at line 76 of file ParserCacheFactory.php.
Referenced by MediaWiki\Parser\ParserCacheFactory\__construct().
|
private |
Definition at line 46 of file ParserCacheFactory.php.
Referenced by MediaWiki\Parser\ParserCacheFactory\__construct().
|
private |
Definition at line 70 of file ParserCacheFactory.php.
|
private |
Definition at line 49 of file ParserCacheFactory.php.
Referenced by MediaWiki\Parser\ParserCacheFactory\__construct().
|
private |
Definition at line 73 of file ParserCacheFactory.php.
|
private |
Definition at line 58 of file ParserCacheFactory.php.
Referenced by MediaWiki\Parser\ParserCacheFactory\__construct().
|
private |
Definition at line 64 of file ParserCacheFactory.php.
Referenced by MediaWiki\Parser\ParserCacheFactory\__construct().
|
private |
Definition at line 67 of file ParserCacheFactory.php.
Referenced by MediaWiki\Parser\ParserCacheFactory\__construct().
const MediaWiki\Parser\ParserCacheFactory::CONSTRUCTOR_OPTIONS |
Definition at line 81 of file ParserCacheFactory.php.