Home »
MCQs »
CodeIgniter MCQs
If you need to erase the cache manually, use the ____ method
33. If you need to erase the cache manually, use the ____ method.
- Remove_cache()
- Del_Cache()
- Delete cache()
Answer: C) Delete cache()
Explanation:
If you need to erase the cache manually, use the delete_cache() method.