\Guzzle\Plugin\CacheCanCacheStrategyInterface

Strategy used to determine if a request can be cached

Summary

Methods
Constants
canCacheRequest()
canCacheResponse()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

canCacheRequest()

canCacheRequest(\Guzzle\Http\Message\RequestInterface  $request) : boolean

Determine if a request can be cached

Parameters

\Guzzle\Http\Message\RequestInterface $request

Request to determine

Returns

boolean

canCacheResponse()

canCacheResponse(\Guzzle\Http\Message\Response  $response) : boolean

Determine if a response can be cached

Parameters

\Guzzle\Http\Message\Response $response

Response to determine

Returns

boolean