Searched refs:apiURL (Results 1 – 2 of 2) sorted by relevance
67 public function checkIssuesCache( $apiURL ) { argument68 $cache = new cache_ghissues_api($apiURL);69 $this->checkCacheFreshness($apiURL, $cache);77 $cache = new cache_ghissues_api($apiURL);84 return $this->callGithubAPI($apiURL, $cache);91 $cache = new cache_ghissues_api($apiURL);116 $apiResp = $http->get($apiURL);214 public function getRenderedRequest($apiURL) { argument216 $outputCache = new cache_ghissues_api($apiURL);219 $this->checkCacheFreshness($apiURL, $outputCache);[all …]
49 foreach($apiRequests as $apiURL => $apiHash) {50 $pageCache->depends['files'][]= $loadFromCache->checkIssuesCache($apiURL);