Welcome Guest, Not a member yet? Register   Sign In
Caching Queries
#2

[eluser]Pascal Kriete[/eluser]
The query cache does not expire. You can clear it manually when you update the database using the delete function.

The enabled/disabled functionality is defined in the database.php class, to turn it on for a specific query you would simply call $this->db->cache_on();

It's all in here.


Messages In This Thread
Caching Queries - by El Forum - 04-09-2008, 04:00 AM
Caching Queries - by El Forum - 04-09-2008, 11:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB