```python for record in self.zc.cache.expire(now): self.zc.update_record(now, record) ``` Depending on the cache expire order, we may generate an Updated event when the TXT is removed at the same time as a PTR instead of just a Removed
Depending on the cache expire order, we may generate an Updated event when the TXT is removed at the same time as a PTR instead of just a Removed