Cockpit\Controller\Settings::clearcache PHP Method

clearcache() public method

public clearcache ( )
    public function clearcache()
    {
        return json_encode($this->module('cockpit')->clearCache());
    }