Prado\Caching\TMemCache::setHost PHP Méthode

setHost() public méthode

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