= $request_limit ) $limit_reached = " Request limit reached ($request_limit). Please try purging the cache later."; // Fetch cache $json_results = file_get_contents($cache_file); $request_type = 'JSON'; } return json_decode($json_results); }