\Guzzle\Plugin\CacheCacheStorageInterface

Interface used to cache HTTP requests

Summary

Methods
Constants
fetch()
cache()
delete()
purge()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

delete()

delete(\Guzzle\Http\Message\RequestInterface  $request) 

Deletes cache entries that match a request

Parameters

\Guzzle\Http\Message\RequestInterface $request

Request to delete from cache

purge()

purge(string  $url) 

Purge all cache entries for a given URL

Parameters

string $url