Metaphore\Store\MemcacheStore::__construct PHP Method

__construct() public method

public __construct ( Memcache $memcache )
$memcache Memcache
    public function __construct(Memcache $memcache)
    {
        $this->memcache = $memcache;
    }