We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2a9684e
Add dynamic TTL for GreedyCacheStrategy (#98 et #100)
Example:
$request = (new Request('GET', 'http://test.com/')) ->withHeader(GreedyCacheStrategy::HEADER_TTL, 120); $this->client->send($request);