DNSCacheOptions¶
Represents options for configuring the DNS cache behavior.
Fields:¶
TimeSpan RefreshAfter¶
- The time interval after which DNS cache entries should be refreshed.
TimeSpan RemoveAfter¶
- The time interval after which DNS cache entries should be removed if not used.
TimeSpan CancellationCheckGranularity¶
- The granularity of cancellation checks for DNS queries.
TimeSpan MaintenanceFrequency¶
- The frequency of cache maintenance.