Overview

Namespaces

  • Contrib
    • Bundle
      • CoverallsBundle
        • Console
        • Entity
      • CoverallsV1Bundle
        • Api
        • Collector
        • Command
        • Config
        • Entity
          • Git
    • Component
      • File
      • Log
      • System
        • Git
  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
      • QueryAggregator
    • Inflection
    • Iterator
    • Log
    • Parser
      • Cookie
      • Message
      • UriTemplate
      • Url
    • Plugin
      • Async
      • Backoff
      • Cache
      • Cookie
        • CookieJar
        • Exception
      • CurlAuth
      • ErrorResponse
        • Exception
      • History
      • Log
      • Md5
      • Mock
      • Oauth
    • Service
      • Builder
      • Command
        • Factory
        • LocationVisitor
          • Request
          • Response
      • Description
      • Exception
      • Resource
    • Stream
  • PHP
  • Psr
    • Log
  • Symfony
    • Component
      • Config
        • Definition
          • Builder
          • Exception
        • Exception
        • Loader
        • Resource
        • Util
      • Console
        • Command
        • Formatter
        • Helper
        • Input
        • Output
        • Tester
      • EventDispatcher
        • Debug
      • Finder
        • Adapter
        • Comparator
        • Exception
        • Expression
        • Iterator
        • Shell
      • Stopwatch
      • Yaml
        • Exception

Classes

  • CachePlugin
  • CallbackCacheKeyProvider
  • CallbackCanCacheStrategy
  • DefaultCacheKeyProvider
  • DefaultCacheStorage
  • DefaultCanCacheStrategy
  • DefaultRevalidation
  • DenyRevalidation
  • SkipRevalidation

Interfaces

  • CacheKeyProviderInterface
  • CacheStorageInterface
  • CanCacheStrategyInterface
  • RevalidationInterface
  • Overview
  • Namespace
  • Class
  • Tree
  • Todo

Namespace Guzzle\Plugin\Cache

Classes summary
CachePlugin Plugin to enable the caching of GET and HEAD requests. Caching can be done on all requests passing through this plugin or only after retrieving resources with cacheable response headers.
CallbackCacheKeyProvider Determines a request's cache key using a callback
CallbackCanCacheStrategy Determines if a request can be cached using a callback
DefaultCacheKeyProvider Default cache key strategy that uses all but the body of a request for the key. Add a cache.key_filter parameter to a request to modify what gets cached.
DefaultCacheStorage Default cache storage implementation
DefaultCanCacheStrategy Default strategy used to determine of an HTTP request can be cached
DefaultRevalidation Default revalidation strategy
DenyRevalidation Never performs cache revalidation and just assumes the request is invalid
SkipRevalidation Never performs cache revalidation and just assumes the request is still ok
Interfaces summary
CacheKeyProviderInterface Used to determine a cache key for a request object
CacheStorageInterface Interface used to cache HTTP requests
CanCacheStrategyInterface Strategy used to determine if a request can be cached
RevalidationInterface Cache revalidation interface
php-coveralls API documentation generated by ApiGen 2.8.0