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

If they do not delete you can do it yourself like so.

PHP Code:
$cache = \Config\Services::cache();

// your cache item id.
$this->cache->delete('cache_item_id');

// clean the cache out.
$this->cache->clean();

// get the cache information.
var_dump($this->cache->cache_info()); 
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
RE: Expired cache files are not cleared - by InsiteFX - 04-20-2021, 11:55 AM



Theme © iAndrew 2016 - Forum software by © MyBB