Home
last modified time | relevance | path

Searched refs:getCachedRequest (Results 1 – 3 of 3) sorted by path

/plugin/authgoogle/google/io/
H A DGoogle_CurlIO.php77 $cached = $this->getCachedRequest($request);
H A DGoogle_HttpStreamIO.php64 $cached = $this->getCachedRequest($request);
H A DGoogle_IO.php75 protected function getCachedRequest(Google_HttpRequest $request) { function in Google_IO