PHPDaemon\Clients\DNS\Pool::init PHP Method

init() protected method

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