platform/api/laravel/Contracts/Foundation/CachesRoutes.yaml

24 lines
419 B
YAML
Raw Normal View History

2024-09-02 17:44:11 +00:00
name: CachesRoutes
class_comment: null
dependencies: []
properties: []
methods:
- name: routesAreCached
visibility: public
parameters: []
comment: '# * Determine if the application routes are cached.
# *
# * @return bool'
- name: getCachedRoutesPath
visibility: public
parameters: []
comment: '# * Get the path to the routes cache file.
# *
# * @return string'
traits: []
interfaces: []