PHPDaemon\Clients\DNS\Pool::init PHP 메소드

init() 보호된 메소드

Constructor
protected init ( )
    protected function init()
    {
        $this->resolveCache = new CappedStorageHits($this->config->resolvecachesize->value);
    }