Overview

Namespaces

  • Guzzle
    • Batch
      • Exception
    • Cache
    • Common
      • Exception
    • Http
      • Curl
      • Exception
      • Message
        • Header
      • 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
    • Tests
      • Batch
      • Cache
      • Common
        • Cache
        • Exception
      • Http
        • Curl
        • Exception
        • Message
          • Header
      • Inflection
      • Iterator
      • Log
      • Message
      • Mock
      • Parser
        • Cookie
        • Message
      • Parsers
        • UriTemplate
      • Plugin
        • Async
        • Backoff
        • Cache
        • Cookie
          • CookieJar
        • CurlAuth
        • ErrorResponse
        • History
        • Log
        • Md5
        • Mock
        • Oauth
        • Redirect
      • Service
        • Builder
        • Command
          • LocationVisitor
            • Request
            • Response
        • Description
        • Exception
        • Mock
          • Command
            • Sub
          • Model
        • Resource
      • Stream
  • None
  • Omnipay
    • Common
      • Exception
      • Message
    • Dummy
      • Message
    • VivaPayments
      • Message
  • PHP

Classes

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

Interfaces

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

Interface RevalidationInterface

Cache revalidation interface

Direct known implementers

Guzzle\Plugin\Cache\DefaultRevalidation

Indirect known implementers

Guzzle\Plugin\Cache\DenyRevalidation, Guzzle\Plugin\Cache\SkipRevalidation
Namespace: Guzzle\Plugin\Cache
Located at src/Guzzle/Plugin/Cache/RevalidationInterface.php
Methods summary
public boolean
# revalidate( Guzzle\Http\Message\RequestInterface $request, Guzzle\Http\Message\Response $response )

Performs a cache revalidation

Performs a cache revalidation

Parameters

$request
Request to revalidate
$response
Response that was received

Returns

boolean
Returns true if the request can be cached
public boolean
# shouldRevalidate( Guzzle\Http\Message\RequestInterface $request, Guzzle\Http\Message\Response $response )

Returns true if the response should be revalidated

Returns true if the response should be revalidated

Parameters

$request
Request to check
$response
Response to check

Returns

boolean
Omnipay Viva Payments Gateway Module API Documentation API documentation generated by ApiGen