MediaWiki REL1_37
|
This is the complete list of members for ParserCache, including all inherited members.
$cache | ParserCache | private |
$cacheEpoch | ParserCache | private |
$hookRunner | ParserCache | private |
$jsonCodec | ParserCache | private |
$logger | ParserCache | private |
$metadataProcCache | ParserCache | private |
$name | ParserCache | private |
$readJson | ParserCache | private |
$stats | ParserCache | private |
$titleFactory | ParserCache | private |
$wikiPageFactory | ParserCache | private |
$writeJson | ParserCache | private |
__construct(string $name, BagOStuff $cache, string $cacheEpoch, HookContainer $hookContainer, JsonCodec $jsonCodec, IBufferingStatsdDataFactory $stats, LoggerInterface $logger, TitleFactory $titleFactory, WikiPageFactory $wikiPageFactory, $useJson=false) | ParserCache | |
checkExpired(CacheTime $entry, PageRecord $page, int $staleConstraint, string $cacheTier) | ParserCache | private |
checkOutdated(CacheTime $entry, PageRecord $page, int $staleConstraint, string $cacheTier) | ParserCache | private |
deleteOptionsKey(PageRecord $page) | ParserCache | |
encodeAsJson(CacheTime $obj, string $key) | ParserCache | private |
get(PageRecord $page, $popts, $useOutdated=false) | ParserCache | |
getCacheStorage() | ParserCache | |
getDirty(PageRecord $page, $popts) | ParserCache | |
getMetadata(PageRecord $page, int $staleConstraint=self::USE_ANYTHING) | ParserCache | |
incrementStats(PageRecord $page, $metricSuffix) | ParserCache | private |
makeMetadataKey(PageRecord $page) | ParserCache | private |
makeParserOutputKey(PageRecord $page, ParserOptions $options, array $usedOptions=null) | ParserCache | |
restoreFromJson(string $jsonData, string $key, string $expectedClass) | ParserCache | private |
save(ParserOutput $parserOutput, PageRecord $page, $popts, $cacheTime=null, $revId=null) | ParserCache | |
setJsonSupport(bool $readJson, bool $writeJson) | ParserCache | |
USE_ANYTHING | ParserCache | private |
USE_CURRENT_ONLY | ParserCache | |
USE_EXPIRED | ParserCache | |
USE_OUTDATED | ParserCache |