Last try:
Create a blank PHP file in the root where Joomla is installed, copy the code in this file, request it in browser and check response headers.
<?php
header('X-LiteSpeed-Cache-Control: max-age=60');
With this test you should see x-litespeed-cache header: miss or hit. If there is no...