Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DArrayTest.php51 $this->assertEquals('foo:bar', $loader->getCacheKey('foo'));
61 $this->assertEquals('foo:bar', $loader->getCacheKey('foo'));
62 $this->assertEquals('baz:bar', $loader->getCacheKey('baz'));
72 $this->assertEquals('foo__:bar', $loader->getCacheKey('foo__'));
73 $this->assertEquals('foo:__bar', $loader->getCacheKey('foo'));
83 $loader->getCacheKey('foo');
115 $loader->getCacheKey($name);
H A DChainTest.php85 $this->assertEquals('foo:bar', $loader->getCacheKey('foo'));
86 $this->assertEquals('bar:foo', $loader->getCacheKey('bar'));
96 $loader->getCacheKey('foo');
H A DFilesystemTest.php34 $loader->getCacheKey($template);
94 …$this->assertEquals($cacheKey, str_replace('\\', '/', $loader->getCacheKey('@named/named_absolute.…
/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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCache.php51 $cacheKey = self::getCacheKey($this->asset, $additionalFilter, 'load');
64 $cacheKey = self::getCacheKey($this->asset, $additionalFilter, 'dump');
147 …private static function getCacheKey(AssetInterface $asset, FilterInterface $additionalFilter = nul… function in Assetic\\Asset\\AssetCache
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DUserRefreshCredentials.php120 public function getCacheKey() function in Google\\Auth\\Credentials\\UserRefreshCredentials
122 return $this->auth->getClientId() . ':' . $this->auth->getCacheKey();
H A DServiceAccountJwtAccessCredentials.php162 public function getCacheKey() function in Google\\Auth\\Credentials\\ServiceAccountJwtAccessCredentials
164 return $this->auth->getCacheKey();
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 DAppIdentityCredentials.php221 public function getCacheKey() function in Google\\Auth\\Credentials\\AppIdentityCredentials
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DScopedAccessTokenMiddleware.php132 private function getCacheKey() function in Google\\Auth\\Middleware\\ScopedAccessTokenMiddleware
153 $cacheKey = $this->getCacheKey();
H A DAuthTokenMiddleware.php129 $this->fetcher->getCacheKey(),
H A DProxyAuthTokenMiddleware.php129 $this->fetcher->getCacheKey(),
/plugin/authgoogle/google/io/
H A DGoogle_IO.php62 Google_Client::$cache->set($request->getCacheKey(), $request);
80 return Google_Client::$cache->get($request->getCacheKey());
H A DGoogle_HttpRequest.php253 public function getCacheKey() { function in Google_HttpRequest
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DChainLoader.php127 public function getCacheKey($name) function in Twig\\Loader\\ChainLoader
136 return $loader->getCacheKey($name);
H A DLoaderInterface.php45 public function getCacheKey($name); function
H A DArrayLoader.php81 public function getCacheKey($name) function in Twig\\Loader\\ArrayLoader
H A DFilesystemLoader.php153 public function getCacheKey($name) function in Twig\\Loader\\FilesystemLoader
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Loader/
H A DString.php54 public function getCacheKey($name) function in Twig_Loader_String
/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-f163abaa.js1getCacheKey(e,"read"),o=c({},i,{cacheName:n});s=await caches.match(r,o);for(const t of this.iterat…
H A Dworkbox-bed83ea8.js1getCacheKey(e,"read"),o=Object.assign(Object.assign({},i),{cacheName:n});s=await caches.match(r,o)…

12