Welcome Guest, Not a member yet? Register   Sign In
Identifying an individual file in the cache
#2

[eluser]GSV Sleeper Service[/eluser]
the cache filename is an md5 sum, see Output.php in the system/libraries folder to see how it works, but basically it's
Code:
$uri =    $CI->config->item('base_url').
    $CI->config->item('index_page').
    $CI->uri->uri_string();
$cache_path .= md5($uri);
so you should be able to determine what cache file to delete by rebuilding $uri and finding the md5sum


Messages In This Thread
Identifying an individual file in the cache - by El Forum - 05-09-2008, 07:58 AM
Identifying an individual file in the cache - by El Forum - 05-09-2008, 08:55 AM
Identifying an individual file in the cache - by El Forum - 05-25-2008, 04:11 AM



Theme © iAndrew 2016 - Forum software by © MyBB