Which of the following clears all existing cache files?

47. Which of the following clears all existing cache files?

  1. $this->db->cache_remove_all()
  2. $this->db->cache_delete_all()
  3. $this->db->cache_erase_all()

Answer: B) $this->db->cache_delete_all()

Explanation:

$this->db->cache_delete_all(), clears all existing cache files.

Comments and Discussions!

Load comments ↻






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