Interface CacheStorageInterface
Interface used to cache HTTP requests
Direct known implementers
Guzzle\Plugin\Cache\DefaultCacheStorage
public
null|
|
#
fetch(
Get a Response from the cache for a request |
public
|
#
cache(
Cache an HTTP request |
public
|
#
delete(
Deletes cache entries that match a request |
public
|