Open Journal Systems
3.3.0
CacheStorageInterface.php
1
<?php
2
3
namespace
Guzzle\Plugin\Cache
;
4
5
use
Guzzle\Http\Message\RequestInterface
;
6
use
Guzzle\Http\Message\Response
;
7
11
interface
CacheStorageInterface
12
{
20
public
function
fetch
(
RequestInterface
$request);
21
28
public
function
cache
(
RequestInterface
$request,
Response
$response);
29
35
public
function
delete
(
RequestInterface
$request);
36
42
public
function
purge
($url);
43
}
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\CacheStorageInterface\cache
cache(RequestInterface $request, Response $response)
Guzzle\Plugin\Cache\CacheStorageInterface\purge
purge($url)
Guzzle\Plugin\Cache\CacheStorageInterface
Definition:
CacheStorageInterface.php:11
Guzzle\Plugin\Cache\CacheStorageInterface\fetch
fetch(RequestInterface $request)
plugins
paymethod
paypal
lib
vendor
guzzle
guzzle
src
Guzzle
Plugin
Cache
CacheStorageInterface.php
Generated on Fri Aug 28 2020 14:50:59 for Open Journal Systems by
1.8.17