Smile\ElasticsuiteCore\Helper\Cache::getCacheTags PHP Method

getCacheTags() private method

Get cache tag by index identifier / store.
private getCacheTags ( string $indexIdentifier, string $storeId ) : string[]
$indexIdentifier string Index identifier.
$storeId string Store id.
return string[]
    private function getCacheTags($indexIdentifier, $storeId)
    {
        return [$this->indexSettingsHelper->getIndexAliasFromIdentifier($indexIdentifier, $storeId)];
    }