Bravo3\Orm\Config\Configuration::getCacheDir PHP Method

getCacheDir() public method

Get CacheDir
public getCacheDir ( ) : string
return string
    public function getCacheDir()
    {
        return $this->cache_dir;
    }