aboutsummaryrefslogtreecommitdiffstats
path: root/includes/parser/ParserCacheFactory.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining classes in includes/parserJames D. Forrester2024-10-151-1/+0
* Add namespace to remaining parts of Wikimedia\ObjectCacheJames D. Forrester2024-09-271-1/+1
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-1/+1
* parser: Remove explicit StatsdDataFactory backward-compat logicDerick Alangi2024-03-261-4/+3
* ParserCacheFactory: Inject StatsFactory service for StatsLib metricsCole White2024-03-151-3/+4
* Add ParserOutput::{get,set}RenderId() and set render id in ContentRendererC. Scott Ananian2024-02-071-3/+11
* Only cache expensive renderingsdaniel2023-11-301-0/+8
* ParserOutputAccess: Fork primary and secondary caches for parsoidC. Scott Ananian2023-03-261-0/+3
* Reorg: Move Title-related classes to title/Amir Sarabadani2022-11-261-1/+1
* ParserCache: always use JSONdaniel2022-06-071-3/+1
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-7/+8
* build: Updating dependencieslibraryupgrader2021-07-221-2/+2
* Convert ParserCache to PageRecordPetr Pchelko2021-04-021-1/+17
* Remove ParserCacheFactory::getInstancePetr Pchelko2020-12-141-13/+0
* Introduce RevisionOutputCachedaniel2020-12-141-23/+72
* Introduce JsonCodec to help with serialization/deserializationPetr Pchelko2020-11-191-7/+7
* Safe ParserOutput extension data and JsonUnserializable helper.Petr Pchelko2020-11-101-0/+8
* ParserCache: introduce feature flag for enabling JSON encoding.daniel2020-10-131-3/+15
* Clean up ParserCache construction and inject loggerPetr Pchelko2020-09-281-1/+2
* Create ParserCacheFactory.Petr Pchelko2020-09-251-0/+97