public static function getCachePath()

in app/classes/Cache/Cache.php [171:174]


    public static function getCachePath(): string
    {
        return defined('CACHE_PATH') ? CACHE_PATH : sys_get_temp_dir() . '/';
    }