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

(This post was last modified: 04-20-2021, 10:05 AM by AngelRodriguez.)

Hi,

I have a problem, expired cache files are not cleared.

Saving cache like (this for example) version CI 4.1.1

PHP Code:
if (! $foo cache('foo'))
{
    echo 'Saving to the cache!<br />';
    $foo 'foobarbaz!';

    // Save into the cache for 5 minutes
    cache()->save('foo'$foo300);
}

echo 
$foo



Files are supposed to delete themselves, right?

Or do I have to do something manually to delete them?

Thank you

Ángel
Reply


Messages In This Thread
Expired cache files are not cleared - by AngelRodriguez - 04-20-2021, 09:49 AM



Theme © iAndrew 2016 - Forum software by © MyBB