info('Starting summary calculation cache dispatch...'); $cacheViews = [ [ 'view' => 'admin.type.summary-nocache', 'cache' => 'summary-dashboard' ], [ 'view' => 'admin.dashboard.module.dashboard', 'cache' => 'dashboard' ], [ 'view' => 'admin-ajax.ndt-calculation-no-cache', 'cache' => 'ndt-calculation' ], ]; if (function_exists('dispatchCacheBladeViews')) { dispatchCacheBladeViews($cacheViews); $this->info('Dispatched cache jobs successfully.'); } else { $this->error('Helper function dispatchCacheBladeViews not found.'); return 1; } return 0; } }