PHP 클래스 skeeks\cms\console\controllers\CacheController

see list of available components to flush: yii cms/cache flush particular components specified by their names: yii cms/cache/flush first second third flush all cache components that can be found in the system yii cms/cache/flush-all yii cms/cache/flush-runtimes yii cms/cache/flush-assets yii cms/cache/flush-tmp-config Note that the command uses cache components defined in your console application configuration file. If components configured are different from web application, web application cache won't be cleared. In order to fix it please duplicate web application cache components in console config. You can use any component names.
부터: 2.0
저자: Alexander Makarov ([email protected])
저자: Mark Jebri ([email protected])
상속: extends yii\console\controllers\CacheController
파일 보기 프로젝트 열기: skeeks-cms/cms

공개 메소드들

메소드 설명
actionFlushAssets ( ) Clear asstes directories
actionFlushRuntimes ( ) Clear rintimes directories
actionFlushTmpConfig ( ) Генерация файла со списком модулей

메소드 상세

actionFlushAssets() 공개 메소드

Clear asstes directories
public actionFlushAssets ( )

actionFlushRuntimes() 공개 메소드

Clear rintimes directories
public actionFlushRuntimes ( )

actionFlushTmpConfig() 공개 메소드

Генерация файла со списком модулей