On this page
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.
string getCachedConfigPath()
Get the path to the configuration cache file.
string getCachedServicesPath()
Get the path to the cached services.php file.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
 https://laravel.com/api/10.x/Illuminate/Contracts/Foundation/CachesConfiguration.html