Open Journal Systems  3.3.0
CacheStorageInterface.php
1 <?php
2 
3 namespace Guzzle\Plugin\Cache;
4 
7 
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)