Lines Matching full:cache

661 * Various fixes to cache revalidation (#437 and 29797e5)
698 * Bug fix: Fixed an issue with cache revalidation where the If-None-Match header was being double q…
738 * CachePlugin now uses the Vary header to determine if a resource is a cache hit
740 * 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
793 * Always setting X-cache headers on cached responses
794 * Default cache TTLs are now handled by the CacheStorageInterface of a CachePlugin
795 * `CacheStorageInterface::cache($key, Response $response, $ttl = null)` has changed to `cache(Reque…
800 …idation::__construct(CacheKeyProviderInterface $cacheKey, CacheStorageInterface $cache, CachePlugin
801 $plugin)` has changed to `DefaultRevalidation::__construct(CacheStorageInterface $cache,
837 * Deprecated cache control specific methods on Guzzle\Http\Message\AbstractMessage. Use the CacheCo…
854 * Deprecating ZF1 cache and log adapters. These will be removed in the next major version.
905 * Bug fix: Revalidating a cache entry prefers the Last-Modified over the Date header
959 …port for stale-if-error so that the CachePlugin can now serve stale content from the cache on error
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…
1099 * Fixed ZF2 cache adapters
1228 * Updating ZF cache and log adapters and now using ZF's composer repository
1267 * Removing the requirement that HTTPS requests needed a Cache-Control: public directive to be cache…
1283 …Guzzle\Service\Inspector::parseDocBlock is now protected. Adding getApiParamsForClass() with cache.
1335 * cache.* request parameters should be renamed to params.cache.*