Smile\ElasticsuiteThesaurus\Model\Index::getCacheTags PHP Method

getCacheTags() private method

Returns cache tags associated to the request.
private getCacheTags ( Smile\ElasticsuiteCore\Api\Search\Request\ContainerConfigurationInterface $containerConfig ) : string[]
$containerConfig Smile\ElasticsuiteCore\Api\Search\Request\ContainerConfigurationInterface Search container configuration.
return string[]
    private function getCacheTags(ContainerConfigurationInterface $containerConfig)
    {
        $storeId = $containerConfig->getStoreId();
        return [$this->getIndexAlias($storeId)];
    }