Home
last modified time | relevance | path

Searched refs:Cache (Results 51 – 75 of 158) sorted by last modified time

1234567

/plugin/authgooglesheets/vendor/google/auth/src/
H A DCacheTrait.php20 use Psr\Cache\CacheItemPoolInterface;
H A DAccessToken.php25 use Google\Auth\Cache\MemoryCacheItemPool;
33 use Psr\Cache\CacheItemPoolInterface;
H A DApplicationDefaultCredentials.php31 use Psr\Cache\CacheItemPoolInterface;
H A DFetchAuthTokenCache.php20 use Psr\Cache\CacheItemPoolInterface;
H A DGCECache.php21 use Psr\Cache\CacheItemPoolInterface;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md242 ## Cache section in Guzzle Upgrade Guide
244 The `Guzzle\Cache` namespace has been removed. (Todo: No suitable replacement
606 - `Guzzle\Http\Plugin\Cache\CachePlugin` has moved to
684 - Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use `Guzzle\Plugin\Cache\DefaultC…
685 - Marked `Guzzle\Http\Message\Request::canCache()` as deprecated. Use `Guzzle\Plugin\Cache\DefaultC…
688 - Marked `Guzzle\Cache\CacheAdapterFactory::factory()` as deprecated
752 ### Cache plugin breaking changes
H A DCHANGELOG.md740 * Added `Guzzle\Cache\CacheAdapterFactory::fromCache()` to more easily create cache adapters
776 `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead.
778 `Guzzle\Plugin\Cache\DefaultCanCacheStrategy->canCacheRequest()` instead.
781 * Marked `Guzzle\Cache\CacheAdapterFactory::factory()` as deprecated
979 * Bug fix: Guzzle now takes the first found value when grabbing Cache-Control directives
999 * BC: Renamed Guzzle\Plugin\Cache\CanCacheStrategyInterface::canCache() to canCacheRequest() and ad…
1267 * Removing the requirement that HTTPS requests needed a Cache-Control: public directive to be cache…
/plugin/authgooglesheets/
H A Dhelper.php70 $userCache = new dokuwiki\Cache\Cache($this->userCacheId, 'authgooglesheets');
320 $cache = new dokuwiki\Cache\Cache('validated', 'authgooglesheets');
365 $userCache = new dokuwiki\Cache\Cache($this->userCacheId, 'authgooglesheets');
H A Dcomposer.lock854 "Psr\\Cache\\": "src/"
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php23 use Google\Auth\Cache\MemoryCacheItemPool;
35 use Psr\Cache\CacheItemPoolInterface;
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DScopedAccessTokenMiddleware.php21 use Psr\Cache\CacheItemPoolInterface;
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php29 use Psr\Cache\CacheItemPoolInterface;
30 use Google\Auth\Cache\MemoryCacheItemPool;
/plugin/authgooglesheets/vendor/psr/cache/
H A DREADME.md1 PSR Cache
7 Note that this is not a Cache implementation of its own. It is merely an
8 interface that describes a Cache implementation. See the specification for more
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DSysVCacheItemPool.php17 namespace Google\Auth\Cache;
19 use Psr\Cache\CacheItemInterface;
20 use Psr\Cache\CacheItemPoolInterface;
H A DInvalidArgumentException.php18 namespace Google\Auth\Cache;
20 use Psr\Cache\InvalidArgumentException as PsrInvalidArgumentException;
H A DItem.php18 namespace Google\Auth\Cache;
23 use Psr\Cache\CacheItemInterface;
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md354 use Cache\Adapter\Filesystem\FilesystemCachePool;
363 In this example we use [PHP Cache](http://www.php-cache.com/). Add this to your project with compos…
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DGuzzle5AuthHandler.php13 use Psr\Cache\CacheItemPoolInterface;
H A DGuzzle6AuthHandler.php13 use Psr\Cache\CacheItemPoolInterface;
/plugin/authgooglesheets/vendor/psr/cache/src/
H A DCacheItemInterface.php3 namespace Psr\Cache;
H A DCacheException.php3 namespace Psr\Cache;
H A DCacheItemPoolInterface.php3 namespace Psr\Cache;
H A DInvalidArgumentException.php3 namespace Psr\Cache;
/plugin/authgooglesheets/vendor/google/auth/
H A Dphpstan.neon.dist10 - src/Cache/Item.php
/plugin/quickstats/lang/en/
H A Dgeneral_intro.txt6 For the maintenance panel, click on the **Update Quickstats Cache** button. For the Query panel, c…

1234567