Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
App
Console
Commands
CacheClear
PHP Class App\Console\Commands\CacheClear
## 명령어 사용
php artisan cache --tables=tableName1,tableName2...
See link:
https://xpressengine.io
Author:
XE Developers (
[email protected]
)
Inheritance:
extends
Illuminate\Cache\Console\ClearCommand
显示文件
Open project: xpressengine/xpressengine
Protected Properties
Property
Type
Description
$description
string
The console command description.
$name
string
The console command name.
Public Methods
Method
Description
fire
( ) :
void
Execute the console command.
Method Details
fire()
public
method
Execute the console command.
public
fire
( ) :
void
return
void
Property Details
$description
protected_oe property
The console command description.
protected
string
$description
return
string
$name
protected_oe property
The console command name.
protected
string
$name
return
string