37use Psr\Log\LoggerInterface;
40use Wikimedia\Assert\Assert;
143 Assert::parameterType(
'string|boolean', $dbDomain,
'$dbDomain' );
146 $this->dbLoadBalancerFactory->getMainLB( $dbDomain ),
147 $this->blobStoreFactory->newSqlBlobStore( $dbDomain ),
150 $this->nameTables->getContentModels( $dbDomain ),
151 $this->nameTables->getSlotRoles( $dbDomain ),
152 $this->slotRoleRegistry,
153 $this->actorMigration,
154 $this->actorStoreFactory->getActorStore( $dbDomain ),
155 $this->contentHandlerFactory,
156 $this->pageStoreFactory->getPageStore( $dbDomain ),
158 $this->hookContainer,
162 $store->setLogger( $this->logger );
This is not intended to be a long-term part of MediaWiki; it will be deprecated and removed once acto...
Multi-datacenter aware caching interface.