Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/auth/src/
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
235 * @param CacheItemPoolInterface $cache A cache implementation, may be
[all …]
DGCECache.php21 use Psr\Cache\CacheItemPoolInterface; alias
46 * @param CacheItemPoolInterface $cache
50 CacheItemPoolInterface $cache = null
DFetchAuthTokenCache.php20 use Psr\Cache\CacheItemPoolInterface; alias
43 * @param CacheItemPoolInterface $cache
48 CacheItemPoolInterface $cache
DCacheTrait.php20 use Psr\Cache\CacheItemPoolInterface; alias
DAccessToken.php33 use Psr\Cache\CacheItemPoolInterface; alias
/plugin/statistics/vendor/matomo/device-detector/Cache/
DPSR6Bridge.php15 use Psr\Cache\CacheItemPoolInterface; alias
20 * @var CacheItemPoolInterface
26 * @param CacheItemPoolInterface $pool
28 public function __construct(CacheItemPoolInterface $pool)
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
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/
DScopedAccessTokenMiddleware.php21 use Psr\Cache\CacheItemPoolInterface; alias
58 * @param CacheItemPoolInterface $cache an implementation of CacheItemPoolInterface
64 CacheItemPoolInterface $cache = null
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
DVerify.php29 use Psr\Cache\CacheItemPoolInterface; alias
54 * @var CacheItemPoolInterface cache class
64 CacheItemPoolInterface $cache = null,
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
DMemoryCacheItemPool.php21 use Psr\Cache\CacheItemPoolInterface; alias
26 final class MemoryCacheItemPool implements CacheItemPoolInterface
DSysVCacheItemPool.php20 use Psr\Cache\CacheItemPoolInterface; alias
29 class SysVCacheItemPool implements CacheItemPoolInterface
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
DGuzzle5AuthHandler.php13 use Psr\Cache\CacheItemPoolInterface; alias
23 public function __construct(CacheItemPoolInterface $cache = null, array $cacheConfig = [])
DGuzzle6AuthHandler.php13 use Psr\Cache\CacheItemPoolInterface; alias
23 public function __construct(CacheItemPoolInterface $cache = null, array $cacheConfig = [])
/plugin/authgooglesheets/vendor/psr/cache/src/
DCacheItemPoolInterface.php14 interface CacheItemPoolInterface interface
/plugin/authgooglesheets/vendor/google/apiclient/src/
DClient.php35 use Psr\Cache\CacheItemPoolInterface; alias
70 * @var CacheItemPoolInterface $cache
1086 * @param CacheItemPoolInterface $cache
1088 public function setCache(CacheItemPoolInterface $cache)
1094 * @return CacheItemPoolInterface