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