aboutsummaryrefslogtreecommitdiffstats
path: root/includes/objectcache/ObjectCache.php
Commit message (Expand)AuthorAgeFilesLines
* Remove unchecked exception annotationsAdam Wight2024-09-171-1/+0
* Add namespace to the root classes of ObjectCacheEbrahim Byagowi2024-07-101-0/+1
* objectcache: Complete refactor of `ObjectCache.php`Derick Alangi2024-05-211-125/+6
* Merge "fix: use objectcachefactory methods instead of deprecated objectcache ...jenkins-bot2024-05-051-1/+1
|\
| * fix: use objectcachefactory methods instead of deprecated objectcache methodsIrina Balaban2024-05-051-1/+1
* | Formally deprecate code marked with @deprecatedJames D. Forrester2024-05-031-2/+2
|/
* objectcache: Inject DBLoadBalancerFactory into ObjectCacheFactoryDerick Alangi2024-04-181-38/+12
* objectcache: Restore default keyspace for LocalServerCache serviceDerick Alangi2024-03-281-3/+3
* objectcache: Fix typo in getLocalServerInstance deprecation noticeTimo Tijhof2024-03-271-3/+1
* objectcache: Introduce `ObjectCacheFactory` MW serviceDerick Alangi2024-03-191-173/+36
* objectcache: Migrate BagOStuff from StatsdD to StatsLibDerick Alangi2024-02-271-1/+1
* objectcache: Drop support for `$wgObjectCaches['db-replicated']`Derick Alangi2023-12-081-4/+0
* Namespace remaining files under includes/deferredJames D. Forrester2023-11-221-0/+1
* http: MultiHttpClient supports TelemetryHeadersInterfacePiotr Miazga2023-09-121-0/+4
* Fix infinite recursion in DBLoadBalancerFactoryConfigBuilder serviceTim Starling2023-05-031-9/+63
* Reorg: Migrate WikiMap to WikiMap/ out of includesAmir Sarabadani2023-02-271-0/+1
* objectcache: Move main cache to internal "_LocalClusterCache" serviceTimo Tijhof2023-02-211-3/+1
* Allow some maintenance scripts to be called without a LocalSettingsdaniel2023-02-161-3/+8
* ObjectCache: Make newFromParams() more suitable for internal re-useTimo Tijhof2023-02-151-5/+6
* objectcache: Fix DI for MultiWriteBagOStuff sub cachesTimo Tijhof2023-01-171-1/+1
* objectcache: Fix lack of DI for MultiWriteBagOStuff sub cachesTimo Tijhof2023-01-131-3/+14
* objectcache: Move default 'stats' assignment with the othersTimo Tijhof2023-01-111-4/+1
* Use the null coalescing assignment operatorTim Starling2022-10-211-1/+1
* PHPUnit: introduce setMainCachedaniel2022-07-071-1/+1
* objectcache: Simplify SqlBagOStuff class configurationTim Starling2022-05-271-11/+21
* Use MainConfigNames instead of string literals, #3Aryeh Gregor2022-04-261-5/+6
* installer: make 'db-replicated' an alias for CACHE_DB for sqliteAaron Schulz2022-04-051-1/+3
* Avoid references to DefaultSettings.daniel2022-02-221-2/+2
* objectcache: cleanup config injection and method names in SqlBagOStuffAaron Schulz2021-08-281-0/+1
* build: Updating dependencieslibraryupgrader2021-07-221-1/+1
* Merge "objectcache: remove ObjectCache::detectLocalServerCache() method"jenkins-bot2021-03-081-23/+0
|\
| * objectcache: remove ObjectCache::detectLocalServerCache() methodAaron Schulz2021-02-251-23/+0
* | Add $wgChronologyProtectorStash and improve $wgMainStash commentsAaron Schulz2021-03-011-4/+0
|/
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* objectcache: add statsd key metrics to BagOStuff classesAaron Schulz2021-01-251-0/+4
* objectcache: dependency inject LoadBalancer into SqlBagOStuffAaron Schulz2020-05-181-0/+6
* objectcache: Restore 'keyspace' for LocalServerCache serviceTimo Tijhof2020-03-181-1/+9
* objectcache: Remove temporary HashConfig in newFromParams()Timo Tijhof2020-03-041-15/+1
* objectcache: Add makeLocalServerCache() methodTimo Tijhof2020-03-041-2/+30
* objectcache: Inject Config object to ObjectCache::newFromParamsTimo Tijhof2020-03-041-6/+22
* objectcache: make ObjectCache::newFromParams() defaults more consistentAaron Schulz2020-03-021-42/+39
* objectcache: remove APCBagOStuff classAaron Schulz2020-01-291-5/+0
* Allow int on ObjectCache::getInstanceUmherirrender2019-12-291-2/+2
* Merge "objectcache: Remove deprecated WAN-methods in ObjectCache"jenkins-bot2019-10-111-77/+1
|\
| * objectcache: Remove deprecated WAN-methods in ObjectCacheTimo Tijhof2019-10-111-77/+1
* | Merge "objectcache: Log debug message for backend of MainObjectStash"jenkins-bot2019-10-111-1/+2
|\ \ | |/ |/|
| * objectcache: Log debug message for backend of MainObjectStashTimo Tijhof2019-10-101-1/+2
* | objectcache: Deprecate ObjectCache::getWANInstanceTimo Tijhof2019-10-101-0/+5
|/
* objectcache: remove references to recently removed methodsAaron Schulz2019-09-151-12/+0
* Remove getMainWANInstance and getMainStashInstance functionsZoranzoki212019-09-151-24/+0