Creating cache files under sub-folders in CodeIgniter (4.0.4) |
I've been trying out CodeIgniter 4, having a blast really. Such an organized, easy to use and straightforward framework with a small footprint.
I wanted to know If it's possible to cache data under a subfolder (under the writable/cache) directory. For example User related information gets cached in 'cache/user/' and Blog related data gets cached in 'cache/blog/' I know this is possible with views, but I tried doing it with cache and it didn't seem to work. Maybe I was doing it wrong. If this is possible, I'd appreciate it if an example was provided ![]() |
Messages In This Thread |
Creating cache files under sub-folders in CodeIgniter (4.0.4) - by Demonicious - 07-20-2020, 04:04 PM
RE: Creating cache files under sub-folders in CodeIgniter (4.0.4) - by jreklund - 07-21-2020, 08:59 AM
RE: Creating cache files under sub-folders in CodeIgniter (4.0.4) - by paulbalandan - 07-21-2020, 11:51 AM
|