Cache\Adapter\MongoDB\MongoDBCachePool::__construct PHP Method

__construct() public method

public __construct ( MongoDB\Collection $collection )
$collection MongoDB\Collection
    public function __construct(Collection $collection)
    {
        $this->collection = $collection;
    }