merhaba
litespeedtech cache kurdum siteye fakat bazı sayfaları harici tutmak istiyorum.
cache-control kısmında olduğu gibi deniyorum ama cache tutmaya devam ediyor.
örnek şekli;
Route::get('/admin', function() {
return view('admin');
})->middleware('lscache:no-cache');
https://github.com/litespeedtech/lscache-laravel#cache-control
https://docs.litespeedtech.com/lscache/lsclaravel/settings/
benim yaptığım;
Route::get('adim-1', ['as' => 'index', 'uses' => 'Web\Controller@firstStep'])->middleware('lscache:no-cache');
bu şekilde olması gerekmez mi ?