Airship\Engine\Cache\File::getRelativePath PHP Method

getRelativePath() protected method

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