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

__construct() public method

Constructor.
public __construct ( Magento\Framework\App\Helper\Context $context, Magento\Framework\App\CacheInterface $cache, IndexSettings $indexSettingsHelper )
$context Magento\Framework\App\Helper\Context Helper context.
$cache Magento\Framework\App\CacheInterface Cache manager.
$indexSettingsHelper IndexSettings Index settings helper.
    public function __construct(Context $context, CacheInterface $cache, IndexSettings $indexSettingsHelper)
    {
        parent::__construct($context);
        $this->cache = $cache;
        $this->indexSettingsHelper = $indexSettingsHelper;
    }