Open Journal Systems
3.3.0
SkipRevalidation.php
1
<?php
2
3
namespace
Guzzle\Plugin\Cache
;
4
5
use
Guzzle\Http\Message\RequestInterface
;
6
use
Guzzle\Http\Message\Response
;
7
11
class
SkipRevalidation
extends
DefaultRevalidation
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
plugins
paymethod
paypal
lib
vendor
guzzle
guzzle
src
Guzzle
Plugin
Cache
SkipRevalidation.php
Generated on Fri Aug 28 2020 14:53:37 for Open Journal Systems by
1.8.17