Question:How function is used to turn on query caching in CodeIgniter?
A $this->cache->on(); B $this->db->cache_on() C $this->db->cache() D None
+ AnswerB
+ Report