DB-Caching?
I'm currently facing a problem where im fetching data but it wont update, it displays the values before I dropped and recreated the database? Is there something like caching of queries and how can I disable that?
1 Reply
I believe theres no such thing as caching, especially the one that return data from a dropped database
can you share what version you are using and the code snippet too if possible, else it would be hard to debug your issue