Home
last modified time | relevance | path

Searched refs:getCacheKey (Results 1 – 25 of 32) sorted by path

12

/plugin/authgoogle/google/io/
H A DGoogle_HttpRequest.php253 public function getCacheKey() { function in Google_HttpRequest
H A DGoogle_IO.php62 Google_Client::$cache->set($request->getCacheKey(), $request);
80 return Google_Client::$cache->get($request->getCacheKey());
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php221 public function getCacheKey() function in Google\\Auth\\Credentials\\AppIdentityCredentials
H A DInsecureCredentials.php53 public function getCacheKey() function in Google\\Auth\\Credentials\\InsecureCredentials
H A DServiceAccountCredentials.php211 public function getCacheKey() function in Google\\Auth\\Credentials\\ServiceAccountCredentials
213 $key = $this->auth->getIssuer() . ':' . $this->auth->getCacheKey();
H A DServiceAccountJwtAccessCredentials.php162 public function getCacheKey() function in Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials
164 return $this->auth->getCacheKey();
H A DUserRefreshCredentials.php120 public function getCacheKey() function in Google\\Auth\\Credentials\\UserRefreshCredentials
122 return $this->auth->getClientId() . ':' . $this->auth->getCacheKey();
/plugin/authgooglesheets/vendor/google/auth/src/
H A DFetchAuthTokenCache.php84 public function getCacheKey() function in Google\\Auth\\FetchAuthTokenCache
86 return $this->getFullCacheKey($this->fetcher->getCacheKey());
244 : $this->fetcher->getCacheKey();
274 : $this->fetcher->getCacheKey();
H A DFetchAuthTokenInterface.php40 public function getCacheKey(); function
H A DOAuth2.php558 public function getCacheKey() function in Google\\Auth\\OAuth2
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DAuthTokenMiddleware.php129 $this->fetcher->getCacheKey(),
H A DProxyAuthTokenMiddleware.php129 $this->fetcher->getCacheKey(),
H A DScopedAccessTokenMiddleware.php132 private function getCacheKey() function in Google\\Auth\\Middleware\\ScopedAccessTokenMiddleware
153 $cacheKey = $this->getCacheKey();
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js1getCacheKey(e,"read"),o=c({},i,{cacheName:n});s=await caches.match(r,o);for(const t of this.iterat…
H A Dworkbox-9fe249eb.js.map1getCacheKey(request, 'read');\n const multiMatchOptions = { ...matchOptions, ...{ cacheName…
H A Dworkbox-bed83ea8.js1getCacheKey(e,"read"),o=Object.assign(Object.assign({},i),{cacheName:n});s=await caches.match(r,o)…
H A Dworkbox-bed83ea8.js.map1getCacheKey(request, 'read');\n const multiMatchOptions = Object.assign(Object.assign({}, m…
H A Dworkbox-f163abaa.js1getCacheKey(e,"read"),o=c({},i,{cacheName:n});s=await caches.match(r,o);for(const t of this.iterat…
H A Dworkbox-f163abaa.js.map1getCacheKey(request, 'read');\n const multiMatchOptions = { ...matchOptions, ...{ cacheName…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst302 function getCacheKey($name);
H A Drecipes.rst454 public function getCacheKey($name)
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Loader/
H A DString.php54 public function getCacheKey($name) function in Twig_Loader_String
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php352 $key = $this->getLoader()->getCacheKey($name).$this->optionsHash;
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php81 public function getCacheKey($name) function in Twig\\Loader\\ArrayLoader
H A DChainLoader.php127 public function getCacheKey($name) function in Twig\\Loader\\ChainLoader
136 return $loader->getCacheKey($name);

12