Elgg\Cache\SimpleCache::getPath PHP Méthode

getPath() private méthode

Returns the path to where views are simplecached.
private getPath ( ) : string
Résultat string
    private function getPath()
    {
        $realpath = realpath($this->config->getCachePath());
        return rtrim($realpath, DIRECTORY_SEPARATOR) . "/views_simplecache";
    }