Hi,
https://docs.litespeedtech.com/lscache/lsclaravel/installation/
I have installed the cache, but I want the cache to work when the user is not logged in.
This is how I configured the following files.
lscache.php
<?php
return [
'esi' => env('LSCACHE_ESI_ENABLED', true),
'default_ttl' =>...