yii\console\controllers\CacheController::notifyNoCachesFound PHP Method

notifyNoCachesFound() private method

Notifies user that there was not found any cache in the system.
private notifyNoCachesFound ( )
    private function notifyNoCachesFound()
    {
        $this->stdout("No cache components were found in the system.\n", Console::FG_RED);
    }