API Reference
Class
CacheEntry
Wrapper class storing cached response together with its expiration timestamp.
Inheritance
- Object
- CacheEntry
Constructors
CacheEntry(DnsClientX.DnsResponse response, System.DateTimeOffset expiration) #Initializes a new instance of the CacheEntry class.
Parameters
- response DnsClientX.DnsResponse
- DNS response to cache.
- expiration System.DateTimeOffset
- Expiration time of the cached entry.