Welcome Guest, Not a member yet? Register   Sign In
Expired cache files are not cleared
#3

Get the entire cache and loop one by one, so if it is expired it will return NULL and delete the file.

Code:
$allDataCache = $this->cache->getCacheInfo();
foreach ($allDataCache as $key => $value) {
   $this->cache->get($key);
}
Reply


Messages In This Thread
RE: Expired cache files are not cleared - by lucascortes - 12-09-2023, 03:21 PM



Theme © iAndrew 2016 - Forum software by © MyBB