Welcome Guest, Not a member yet? Register   Sign In
cache_delete() not working
#1

[eluser]ibnclaudius[/eluser]
I'm trying to delete a specif cache, but is not working. By the way, delete all works pretty well.

Code:
$this->db->cache_delete_all();

The cache is saved in site+index folder, so I'm doing this:
Code:
$this->db->cache_delete('site', 'index');

My database cache config:
Code:
$db['default']['cache_on'] = FALSE;
$db['default']['cachedir'] = 'application/queries/';

The cache is manually active right before the select, and after a insert I try to delete that specific cache...


Messages In This Thread
cache_delete() not working - by El Forum - 01-31-2012, 02:23 PM
cache_delete() not working - by El Forum - 01-31-2012, 04:09 PM
cache_delete() not working - by El Forum - 01-31-2012, 04:18 PM
cache_delete() not working - by El Forum - 01-31-2012, 04:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB