29 if ( is_string( $wikiId ) &&
WikiMap::getCurrentWikiId() === $wikiId ) {
33 $storeCacheKey = $wikiId ===
Block::LOCAL ?
'LOCAL' :
'crosswikistore-' . $wikiId;
34 if ( !isset( $this->storeCache[$storeCacheKey] ) ) {
35 $this->storeCache[$storeCacheKey] =
new BlockUtils(
36 $this->crossWikiBlockTargetFactory->getFactory( $wikiId )
39 return $this->storeCache[$storeCacheKey];