Jamm\Memory\MemcachedObject::setMemcacheObject PHP Method

setMemcacheObject() protected method

protected setMemcacheObject ( $host = 'localhost', $port = 11211 )
    protected function setMemcacheObject($host = 'localhost', $port = 11211)
    {
        $this->memcache = new MemcachedDecorator($host, $port);
    }
MemcachedObject