Prado\Web\UI\TCachePageStatePersister::getCacheTimeout PHP Метод

getCacheTimeout() публичный Метод

public getCacheTimeout ( ) : integer
Результат integer the number of seconds in which the cached state will expire. Defaults to 1800.
    public function getCacheTimeout()
    {
        return $this->_timeout;
    }