class Illuminate / Console / Scheduling / ScheduleClearCacheCommand
You're browsing the documentation for an upcoming version of Laravel. The documentation and features of this release are subject to change.

ScheduleClearCacheCommand

Extends

Properties

protected

$name string

The console command name.

Default: 'schedule:clear-cache'
protected

$description string

The console command description.

Default: 'Delete the cached mutex files created by scheduler'

Methods

public

handle ( Schedule $schedule ) : void

Execute the console command.

Parameters