Home
last modified time | relevance | path

Searched refs:CacheItemPoolInterface (Results 1 – 14 of 14) sorted by relevance

/plugin/authgooglesheets/vendor/google/auth/src/
H A DApplicationDefaultCredentials.php31 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 DGCECache.php21 use Psr\Cache\CacheItemPoolInterface; alias
46 * @param CacheItemPoolInterface $cache
50 CacheItemPoolInterface $cache = null
H A DFetchAuthTokenCache.php20 use Psr\Cache\CacheItemPoolInterface; alias
43 * @param CacheItemPoolInterface $cache
48 CacheItemPoolInterface $cache
H A DCacheTrait.php20 use Psr\Cache\CacheItemPoolInterface; alias
H A DAccessToken.php33 use Psr\Cache\CacheItemPoolInterface; alias
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DPsrCacheAdapter.php8 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 DScopedAccessTokenMiddleware.php21 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 DMemoryCacheItemPool.php21 use Psr\Cache\CacheItemPoolInterface; alias
26 final class MemoryCacheItemPool implements CacheItemPoolInterface
H A DSysVCacheItemPool.php20 use Psr\Cache\CacheItemPoolInterface; alias
29 class SysVCacheItemPool implements CacheItemPoolInterface
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php29 use Psr\Cache\CacheItemPoolInterface; alias
54 * @var CacheItemPoolInterface cache class
64 CacheItemPoolInterface $cache = null,
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DGuzzle5AuthHandler.php13 use Psr\Cache\CacheItemPoolInterface; alias
23 public function __construct(CacheItemPoolInterface $cache = null, array $cacheConfig = [])
H A DGuzzle6AuthHandler.php13 use Psr\Cache\CacheItemPoolInterface; alias
23 public function __construct(CacheItemPoolInterface $cache = null, array $cacheConfig = [])
/plugin/authgooglesheets/vendor/psr/cache/src/
H A DCacheItemPoolInterface.php14 interface CacheItemPoolInterface interface
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php35 use Psr\Cache\CacheItemPoolInterface; alias
70 * @var CacheItemPoolInterface $cache
1086 * @param CacheItemPoolInterface $cache
1088 public function setCache(CacheItemPoolInterface $cache)
1094 * @return CacheItemPoolInterface