I see that theres a file on app/config/Cache.php where we can set the folder of the cache for the code igniter 4 framework.
As long as i do have many pages, the linux folder already has too many files.
I would like to set the $storePath variable to an specific folder. How could it be possible?
For instance, for the controller "A", when i set the cache ($this->cachePage(1000)

i also would set the folder for this controller.
Can anyone help me, please?
Thanks in advance.