Prado\Caching\TMemCache::setHost PHP Method

setHost() public method

public setHost ( $value )
    public function setHost($value)
    {
        if ($this->_initialized) {
            throw new TInvalidOperationException('memcache_host_unchangeable');
        } else {
            $this->_host = $value;
        }
    }