<div dir="ltr"><div>Hi,</div><div><br></div><div>I use separate caches for various pools. Now I want to delete a given FQDN from the cache, but I don't know immediately in which cache it is - so I would like to simpy expungeByName it from all caches.<br></div><div><br></div><div>Is there a straightforward way to address all pools or iterate over all pools? I would like to avoid hardcoding my list of pools here:<br></div><div><br></div><div>getPool("poolA"):getCache():expungeByName(newDNSName("<a href="http://what.ever.name">what.ever.name</a>"))</div><div>getPool("poolB"):getCache():expungeByName(newDNSName("<a href="http://what.ever.name">what.ever.name</a>"))</div><div>[...several more pools with caches...]</div><div><br></div><div>Maybe some Lua magic with getPools()?<br></div><div><br></div><div>Christof<br></div></div>