CodeIgniter Forums
Problem cachePage with paging - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Problem cachePage with paging (/showthread.php?tid=85957)



Problem cachePage with paging - hieuhiti - 12-25-2022

Hi All,
I use cachePage for paginated content, but the system caches only the first page.
Anyone know the solution to be able to cachePage but still paginate, please guide me
Thanks all


RE: Problem cachePage with paging - kenjis - 12-25-2022

Set $cacheQueryString.
See https://github.com/codeigniter4/CodeIgniter4/blob/4e12a0ef2ea1c4412fda2fc980b14e2eddfe8831/app/Config/Cache.php#L71