You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I not sure if a database cache is implemented in CI 4. I have sets cache on true and cacheDir for an already exists directory but still not working.
I looked for using that configuration in the system and I found only a definition of these variables in system/Database/BaseConnection.php but nothing more.
Context
OS: Linux
Web server PHP local
PHP version 7.3
The text was updated successfully, but these errors were encountered:
MichalPB1
added
the
bug
Verified issues on the current code behavior or pull requests that will fix them
label
Sep 3, 2020
Sorry, but there is no cache built-in for the database layer and definitely there won't be any. Please use the Cache class instead.
But you have a fair point here - we probably should clean this up as these are leftovers from the CI3 rewrite. I think I will leave this open just so we don't forget about this.
I not sure if a database cache is implemented in CI 4. I have sets
cache
ontrue
andcacheDir
for an already exists directory but still not working.I looked for using that configuration in the system and I found only a definition of these variables in
system/Database/BaseConnection.php
but nothing more.Context
The text was updated successfully, but these errors were encountered: