CodeIgniter Forums
Choosing content of cache in codeigniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Choosing CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=8)
+--- Thread: Choosing content of cache in codeigniter (/showthread.php?tid=82448)



Choosing content of cache in codeigniter - EdwardOkduduMari - 07-11-2022

Hi
I am making a web application with updates and content listing with PHP ad codes included in it. How can I disable caching only for PHP ad codes?


RE: Choosing content of cache in codeigniter - kenjis - 07-20-2022

If you mean caching is Web Page Caching https://codeigniter4.github.io/CodeIgniter4/general/caching.html
you can't.
It is cache all of the page or not.