platform/api/laravel/Contracts/Foundation/CachesConfiguration.yaml
2024-09-02 10:44:11 -07:00

31 lines
609 B
YAML

name: CachesConfiguration
class_comment: null
dependencies: []
properties: []
methods:
- name: configurationIsCached
visibility: public
parameters: []
comment: '# * Determine if the application configuration is cached.
# *
# * @return bool'
- name: getCachedConfigPath
visibility: public
parameters: []
comment: '# * Get the path to the configuration cache file.
# *
# * @return string'
- name: getCachedServicesPath
visibility: public
parameters: []
comment: '# * Get the path to the cached services.php file.
# *
# * @return string'
traits: []
interfaces: []