Elgg\Cache\SimpleCache::getPath PHP Метод

getPath() приватный Метод

Returns the path to where views are simplecached.
private getPath ( ) : string
Результат string
    private function getPath()
    {
        $realpath = realpath($this->config->getCachePath());
        return rtrim($realpath, DIRECTORY_SEPARATOR) . "/views_simplecache";
    }