Redaxscript\Cache::getDirectory PHP Method

getDirectory() public method

get the directory
Since: 3.0.0
public getDirectory ( ) : string
return string
    public function getDirectory()
    {
        return $this->_directory;
    }