get the lscache filename key

remi

New Member
#3
because i have a gib cronjob every 15mn purging 8000k files and purging by http requests multple by 5 the duration of cronjob..
i've read in : https://docs.litespeedtech.com/lscache/devguide/

Each cache object is saved as one file under hashed directories, and is identified by a Cache Key which has the following components:

Host
URI
Query String (optional)
Client IP (private cache only)
Session Cookies (private cache only)
Vary String (optional)

but i cannot match requested url and filename...
i know nginx use an md5 hash to store filename

what about litespeed???
 
Top