PHPDaemon\SockJS\Methods\Generic::noncache PHP Method

noncache() protected method

noncache
protected noncache ( ) : void
return void
    protected function noncache()
    {
        $this->header('Pragma: no-cache');
        $this->header('Cache-Control: no-store, no-cache, must-revalidate, max-age=0');
    }