Swoole\Response::noCache PHP Méthode

noCache() public méthode

public noCache ( )
    function noCache()
    {
        $this->head['Cache-Control'] = 'no-store, no-cache, must-revalidate, post-check=0, pre-check=0';
        $this->head['Pragma'] = 'no-cache';
    }