Kevinrob\GuzzleCache\Strategy\GreedyCacheStrategy::__construct PHP Method

__construct() public method

public __construct ( Kevinrob\GuzzleCache\Storage\CacheStorageInterface $cache = null, $ttl )
$cache Kevinrob\GuzzleCache\Storage\CacheStorageInterface
    public function __construct(CacheStorageInterface $cache = null, $ttl)
    {
        $this->ttl = $ttl;
        parent::__construct($cache);
    }