Elcodi\Store\ProductBundle\Services\StoreCategoryTree::saveCategoryTreeIntoCache PHP Method

saveCategoryTreeIntoCache() protected method

Save given category tree into cache
protected saveCategoryTreeIntoCache ( array $categoryTree )
$categoryTree array Category tree
    protected function saveCategoryTreeIntoCache($categoryTree)
    {
        $this->cache->save($this->getKey(), $this->encoder->encode($categoryTree));
        return $this;
    }