Skip to content

v3.2.0

Compare
Choose a tag to compare
@Kevinrob Kevinrob released this 21 Nov 12:41
· 106 commits to master since this release

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);