cache_dir = root_path() . 'public/' . $cache_dir; if (!file_exists($this->cache_dir)) { mkdir($this->cache_dir, 0775, true); } return $this; } }