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

buildCategoryTreeAndSaveIntoCache() protected method

Build category tree and save it into cache
protected buildCategoryTreeAndSaveIntoCache ( ) : array
return array Category tree
    protected function buildCategoryTreeAndSaveIntoCache()
    {
        $categoryTree = $this->buildStoreCategoryTree();
        $this->saveCategoryTreeIntoCache($categoryTree);
        return $categoryTree;
    }