Ergo\Http\ResponseBuilder::cacheControl PHP Méthode

cacheControl() public méthode

Sets the Cache-Control header to the strings passed as parameters.
public cacheControl ( )
    public function cacheControl()
    {
        $this->_cacheControl = func_get_args();
        return $this;
    }