Cache\Adapter\Memcached\MemcachedCachePool::__construct PHP Method

__construct() public method

public __construct ( Memcached $cache )
$cache Memcached
    public function __construct(\Memcached $cache)
    {
        $this->cache = $cache;
        $this->cache->setOption(\Memcached::OPT_BINARY_PROTOCOL, true);
    }