41 if ( is_string( $wikiId ) &&
WikiMap::getCurrentWikiId() === $wikiId ) {
42 $wikiId = WikiAwareEntity::LOCAL;
45 $storeCacheKey = $wikiId === WikiAwareEntity::LOCAL ?
'LOCAL' :
'crosswikistore-' . $wikiId;
46 if ( !isset( $this->storeCache[$storeCacheKey] ) ) {
49 $this->actorStoreFactory->getUserIdentityLookup( $wikiId ),
54 return $this->storeCache[$storeCacheKey];