@@ -76,7 +76,7 @@ class NodeService extends Service
*/
public function getMethods($force = false)
{
- $this->app->cache->clear();
+ //$this->app->cache->clear();
static $data = [];
if (empty($force)) {
if (count($data) > 0) return $data;