Home
last modified time | relevance | path

Searched refs:httpGetCached (Results 1 – 3 of 3) sorted by relevance

/dports/www/mediawiki135/mediawiki-1.35.5/includes/filerepo/
H A DForeignAPIRepo.php202 $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 DForeignAPIRepo.php202 $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 DForeignAPIRepo.php199 $data = $this->httpGetCached( 'Metadata', $query );
489 $data = $this->httpGetCached( 'SiteInfo', $query, 7200 );
564 public function httpGetCached( $attribute, $query, $cacheTTL = 3600 ) { function in ForeignAPIRepo