How to retrive cacheKey generated ? |
Hello here,
I have tried several caching methods on my CI 4.5 project, and the method `$this->cachePage(2500);` is the most efficient (less than 40ms). My question is as follows: So, I am performing caching with: `$this->cachePage(TIME);` How can I get the randomly generated cache key created by the CI caching system? we need this key: The key, something like in MD5, I would need it to be able to create a function to delete the cache of the concerned page. Thank you for your help.
Hi thanks for reply
I have make this and is working PHP Code: /**
You can use the forum search
https://forum.codeigniter.com/showthread.php?tid=90893
(05-30-2024, 05:10 AM)ozornick Wrote: You can use the forum search If I ask the question, it is because the answer has not been found. I had actually found this function before even posting a request on the forum |
Welcome Guest, Not a member yet? Register Sign In |