Prado\Caching\TSqliteCache::getDbFile PHP Method

getDbFile() public method

public getDbFile ( ) : string
return string database file path (in namespace form)
    public function getDbFile()
    {
        return $this->_file;
    }