W3cubDocs

/Laravel 8

CachesConfiguration

interface CachesConfiguration (View source)

Methods

bool configurationIsCached()

Determine if the application configuration is cached.

string getCachedConfigPath()

Get the path to the configuration cache file.

string getCachedServicesPath()

Get the path to the cached services.php file.

Details

bool configurationIsCached()

Determine if the application configuration is cached.

Return Value

bool

string getCachedConfigPath()

Get the path to the configuration cache file.

Return Value

string

string getCachedServicesPath()

Get the path to the cached services.php file.

Return Value

string

© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Contracts/Foundation/CachesConfiguration.html