CodeIgniter Forums
Invalid driver requested Cache_ - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Invalid driver requested Cache_ (/showthread.php?tid=40296)



Invalid driver requested Cache_ - El Forum - 04-05-2011

[eluser]zebric[/eluser]
Hi all!
Why this error:
Quote: An Error Was Encountered
Invalid driver requested: Cache_
Connecting driver cache hosted:
Code:
$this->load->driver('cache');
I am use memcached driver and want delete memcache:
Code:
$this->cache->delete($cache_key);