Pop\Cache\Adapter\File::getDir PHP Метод

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

Method to get the current cache dir.
public getDir ( ) : string
Результат string
    public function getDir()
    {
        return $this->dir;
    }