Suppose my controller fetch specific data for delete.
public function clear_cache($id){ $this->db->cache_delete(\'controller\',\'method\') }