Which of the following removes cache files connected with a certain page?

46. Which of the following removes cache files connected with a certain page?

  1. $this->db->cache_remove()
  2. $this->db->cache_erase()
  3. $this->db->cache_del()
  4. $this->db->cache_delete()

Answer: D) $this->db->cache_delete()

Explanation:

$this->db->cache_delete() removes cache files connected with a certain page.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.