Hi Julio,
clean should be handled properly by Cache_Lite when using the file based cache adapter if permissions are correct.
$Cache = new AkCache();
$Cache->clean(); // or $Cache->DriverInstance->clean();
if there are permission problems running rm directly will give better information.
$cmd = "rm -rf ".AK_CACHE_DIR;
echo `$cmd`;
1 to 2 of 2