/** * 清理缓存缓存 * * @param string $key 缓存变量名 * @return mixed */ public function clear() { folder::clean($this->root); }