public function RequestInterface::canCache

Returns whether or not the request can be cached

Return value

bool

1 method overrides RequestInterface::canCache()
Request::canCache in drupal/core/vendor/guzzle/http/Guzzle/Http/Message/Request.php
Returns whether or not the request can be cached

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Message/RequestInterface.php, line 332

Class

RequestInterface
Generic HTTP request interface

Namespace

Guzzle\Http\Message

Code

public function canCache();