CacheKeyHelper::getKeyForPage (only method in the class) is not wiki-aware:
public static function getKeyForPage( $page ): string { return 'ns' . $page->getNamespace() . ':' . $page->getDBkey(); }
Two pages with the same namespace and DB key but on different wikis will share the same cache key.