Welcome Guest, Not a member yet? Register   Sign In
Web Page Caching
#3

(08-14-2017, 04:15 AM)InsiteFX Wrote: I think you need to specify which cache to delete like below:

PHP Code:
// Deletes cache for /foo/bar
$this->output->delete_cache('/foo/bar'); 

To enable the profiler place the following line anywhere within your Controller methods:


PHP Code:
$this->output->enable_profiler(TRUE); 

This should tell you the name of your cache but not sure, untested.


Thank You for the response. I managed it to work some how. I created the helper function that deletes every cache file recursively and I called that function after every update and insert query.
 
Reply


Messages In This Thread
Web Page Caching - by bishal - 08-14-2017, 12:48 AM
RE: Web Page Caching - by InsiteFX - 08-14-2017, 04:15 AM
RE: Web Page Caching - by bishal - 08-15-2017, 05:02 AM



Theme © iAndrew 2016 - Forum software by © MyBB