if (($cache_query_string = $CI->config->item('cache_query_string')) && ! empty($_SERVER['QUERY_STRING']))
            {
                if (is_array($cache_query_string))
                {
                    $uri .= '?'.http_build_query(array_intersect_key($_GET, array_flip($cache_query_string)));