Kdyby\Translation\Caching\PhpFileStorage::getCacheFile PHP Method

getCacheFile() protected method

Returns file name.
protected getCacheFile ( $key ) : string
return string
    protected function getCacheFile($key)
    {
        return parent::getCacheFile(substr_replace($key, trim(strtr($this->hint, '\\/@', '.._'), '.') . '-', strpos($key, Nette\Caching\Cache::NAMESPACE_SEPARATOR) + 1, 0)) . '.php';
    }