PHP 8.2.31
Preview: CachesConfiguration.php Size: 537 B
/opt/cpanel/ea-wappspector/vendor/rector/rector/vendor/illuminate/contracts/Foundation/CachesConfiguration.php

<?php

namespace RectorPrefix202411\Illuminate\Contracts\Foundation;

interface CachesConfiguration
{
    /**
     * Determine if the application configuration is cached.
     *
     * @return bool
     */
    public function configurationIsCached();
    /**
     * Get the path to the configuration cache file.
     *
     * @return string
     */
    public function getCachedConfigPath();
    /**
     * Get the path to the cached services.php file.
     *
     * @return string
     */
    public function getCachedServicesPath();
}

Directory Contents

Dirs: 0 × Files: 5

Name Size Perms Modified Actions
5.48 KB lrw-r--r-- 2024-11-08 13:59:10
Edit Download
537 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
368 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
269 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download
735 B lrw-r--r-- 2024-11-08 13:59:10
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).