Welcome Guest, Not a member yet? Register   Sign In
Making Personal cache folder for a separate controller on CI4 (Code igniter 4)
#3

(This post was last modified: 11-13-2021, 06:27 AM by jreklund.)

Hi,

This is not possible out of the box. Here are some options:
1. Initialize a custom Cache using FileHandler for every controller see \tests\system\Cache\Handlers\FileHandlerTest:setUp
2. Initialize a custom Cache using cache service for every controller see \system\Config\Services\Services:cache
3. Extend FileHandler and add support for changing the output path
Reply


Messages In This Thread
RE: Making Personal cache folder for a separate controller on CI4 (Code igniter 4) - by jreklund - 11-13-2021, 06:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB