Prado\Web\UI\TCachePageStatePersister::getCacheTimeout PHP Method

getCacheTimeout() public method

public getCacheTimeout ( ) : integer
return integer the number of seconds in which the cached state will expire. Defaults to 1800.
    public function getCacheTimeout()
    {
        return $this->_timeout;
    }