Symfony\Component\Cache\Adapter\MemcachedAdapter::__construct PHP Method

__construct() public method

public __construct ( Memcached $client, $namespace = '', $defaultLifetime )
$client Memcached
    public function __construct(\Memcached $client, $namespace = '', $defaultLifetime = 0)
    {
        parent::__construct($namespace, $defaultLifetime);
        $this->client = $client;
    }