46 if ( is_string( $wikiId ) && $this->loadBalancerFactory->getLocalDomainID() === $wikiId ) {
47 $wikiId = WikiAwareEntity::LOCAL;
50 $storeCacheKey = $wikiId === WikiAwareEntity::LOCAL ?
'LOCAL' :
'crosswikistore-' . $wikiId;
51 if ( !isset( $this->storeCache[$storeCacheKey] ) ) {
53 $this->loadBalancerFactory,
57 return $this->storeCache[$storeCacheKey];