Doctrine\Common\Cache\PredisCache::__construct PHP Method

__construct() public method

public __construct ( Predis\ClientInterface $client ) : void
$client Predis\ClientInterface
return void
    public function __construct(ClientInterface $client)
    {
        $this->client = $client;
    }