Airship\Engine\Cache\File::getRelativePath PHP Méthode

getRelativePath() protected méthode

Get the relative path
protected getRelativePath ( string $key ) : string
$key string
Résultat string
    protected function getRelativePath(string $key) : string
    {
        return $this->baseDir . DIRECTORY_SEPARATOR . self::getRelativeHash($this->baseDir . DIRECTORY_SEPARATOR . $key, true);
    }