Prado\TApplicationStatePersister::getStateFilePath PHP Method

getStateFilePath() protected method

protected getStateFilePath ( ) : string
return string the file path storing the application state
    protected function getStateFilePath()
    {
        return $this->getApplication()->getRuntimePath() . '/global.cache';
    }
TApplicationStatePersister