How delete special db cache |
Hi
My Codeigniter version is 3 I cache some query with $this-db->cache But the bad event is caches saved with segment and if I want to delete special query, I have to delete all cache For example, I have a function for getting user info with id 1 or 2 or 3 I cache query for each user When user 1 modify his profile, so I have to delete the cache for only user 1, not all cache Please help me how to do it |
Messages In This Thread |
How delete special db cache - by omid_student - 09-16-2021, 03:46 AM
RE: How delete special db cache - by InsiteFX - 09-17-2021, 02:14 AM
RE: How delete special db cache - by omid_student - 09-17-2021, 04:09 AM
RE: How delete special db cache - by InsiteFX - 09-17-2021, 05:06 AM
RE: How delete special db cache - by omid_student - 09-17-2021, 05:34 AM
RE: How delete special db cache - by ikesela - 09-17-2021, 12:51 PM
RE: How delete special db cache - by omid_student - 09-18-2021, 10:53 AM
RE: How delete special db cache - by vicenteh - 10-04-2021, 04:11 AM
|