Searched refs:httpGetCached (Results 1 – 3 of 3) sorted by relevance
/dports/www/mediawiki135/mediawiki-1.35.5/includes/filerepo/ |
H A D | ForeignAPIRepo.php | 202 $data = $this->httpGetCached( 'Metadata', $query ); 490 $data = $this->httpGetCached( 'SiteInfo', $query, 7200 ); 565 public function httpGetCached( $target, $query, $cacheTTL = 3600 ) { function in ForeignAPIRepo
|
/dports/www/mediawiki137/mediawiki-1.37.1/includes/filerepo/ |
H A D | ForeignAPIRepo.php | 202 $data = $this->httpGetCached( 'Metadata', $query ); 493 $data = $this->httpGetCached( 'SiteInfo', $query, 7200 ); 567 public function httpGetCached( $attribute, $query, $cacheTTL = 3600 ) {
|
/dports/www/mediawiki136/mediawiki-1.36.3/includes/filerepo/ |
H A D | ForeignAPIRepo.php | 199 $data = $this->httpGetCached( 'Metadata', $query ); 489 $data = $this->httpGetCached( 'SiteInfo', $query, 7200 ); 564 public function httpGetCached( $attribute, $query, $cacheTTL = 3600 ) { function in ForeignAPIRepo
|