Searched refs:CacheItemPoolInterface (Results 1 – 14 of 14) sorted by relevance
/plugin/authgooglesheets/vendor/google/auth/src/ |
H A D | ApplicationDefaultCredentials.php | 31 use Psr\Cache\CacheItemPoolInterface; alias 85 * @param CacheItemPoolInterface $cache A cache implementation, may be 94 CacheItemPoolInterface $cache = null 113 * @param CacheItemPoolInterface $cache A cache implementation, may be 124 CacheItemPoolInterface $cache = null, 140 * @param CacheItemPoolInterface $cache A cache implementation, may be 155 CacheItemPoolInterface $cache = null, 208 * @param CacheItemPoolInterface $cache A cache implementation, may be 217 CacheItemPoolInterface $cache = null 244 CacheItemPoolInterface $cache = null [all …]
|
H A D | GCECache.php | 21 use Psr\Cache\CacheItemPoolInterface; alias 46 * @param CacheItemPoolInterface $cache 50 CacheItemPoolInterface $cache = null
|
H A D | FetchAuthTokenCache.php | 20 use Psr\Cache\CacheItemPoolInterface; alias 43 * @param CacheItemPoolInterface $cache 48 CacheItemPoolInterface $cache
|
H A D | CacheTrait.php | 20 use Psr\Cache\CacheItemPoolInterface; alias
|
H A D | AccessToken.php | 33 use Psr\Cache\CacheItemPoolInterface; alias
|
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/ |
H A D | PsrCacheAdapter.php | 8 use Psr\Cache\CacheItemPoolInterface; alias 18 * @var CacheItemPoolInterface 23 * @var CacheItemPoolInterface 27 public function __construct(string $prefix, CacheItemPoolInterface $pool)
|
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/ |
H A D | ScopedAccessTokenMiddleware.php | 21 use Psr\Cache\CacheItemPoolInterface; alias 58 * @param CacheItemPoolInterface $cache an implementation of CacheItemPoolInterface 64 CacheItemPoolInterface $cache = null
|
/plugin/authgooglesheets/vendor/google/auth/src/Cache/ |
H A D | MemoryCacheItemPool.php | 21 use Psr\Cache\CacheItemPoolInterface; alias 26 final class MemoryCacheItemPool implements CacheItemPoolInterface
|
H A D | SysVCacheItemPool.php | 20 use Psr\Cache\CacheItemPoolInterface; alias 29 class SysVCacheItemPool implements CacheItemPoolInterface
|
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/ |
H A D | Verify.php | 29 use Psr\Cache\CacheItemPoolInterface; alias 54 * @var CacheItemPoolInterface cache class 64 CacheItemPoolInterface $cache = null,
|
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/ |
H A D | Guzzle5AuthHandler.php | 13 use Psr\Cache\CacheItemPoolInterface; alias 23 public function __construct(CacheItemPoolInterface $cache = null, array $cacheConfig = [])
|
H A D | Guzzle6AuthHandler.php | 13 use Psr\Cache\CacheItemPoolInterface; alias 23 public function __construct(CacheItemPoolInterface $cache = null, array $cacheConfig = [])
|
/plugin/authgooglesheets/vendor/psr/cache/src/ |
H A D | CacheItemPoolInterface.php | 14 interface CacheItemPoolInterface interface
|
/plugin/authgooglesheets/vendor/google/apiclient/src/ |
H A D | Client.php | 35 use Psr\Cache\CacheItemPoolInterface; alias 70 * @var CacheItemPoolInterface $cache 1086 * @param CacheItemPoolInterface $cache 1088 public function setCache(CacheItemPoolInterface $cache) 1094 * @return CacheItemPoolInterface
|