65 if ( is_string( $wikiId ) && $this->loadBalancerFactory->getLocalDomainID() === $wikiId ) {
66 $wikiId = Block::LOCAL;
69 $storeCacheKey = $wikiId === Block::LOCAL ?
'LOCAL' :
'crosswikistore-' . $wikiId;
70 if ( !isset( $this->storeCache[$storeCacheKey] ) ) {
71 $this->storeCache[$storeCacheKey] =
new BlockUtils(
73 $this->actorStoreFactory->getUserIdentityLookup( $wikiId ),
78 return $this->storeCache[$storeCacheKey];