Open Journal Systems  3.3.0
SkipRevalidation.php
1 <?php
2 
3 namespace Guzzle\Plugin\Cache;
4 
7 
12 {
13  public function __construct() {}
14 
15  public function revalidate(RequestInterface $request, Response $response)
16  {
17  return true;
18  }
19 }
Guzzle\Plugin\Cache\SkipRevalidation\revalidate
revalidate(RequestInterface $request, Response $response)
Definition: SkipRevalidation.php:15
Guzzle\Http\Message\RequestInterface
Definition: lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php:16
Guzzle\Plugin\Cache
Definition: CacheKeyProviderInterface.php:3
Guzzle\Http\Message\Response
Definition: lib/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php:17
Guzzle\Plugin\Cache\SkipRevalidation
Definition: SkipRevalidation.php:11
Guzzle\Plugin\Cache\DefaultRevalidation
Definition: DefaultRevalidation.php:12
Guzzle\Plugin\Cache\SkipRevalidation\__construct
__construct()
Definition: SkipRevalidation.php:13