|
|
|
| acConnectionList and acHostnameResolver components.
|
| property CacheSize: Integer;
|
| The CacheSize property specifies the maximum number of IPs and resolved hostnames which can contain the internal cache of acHostnameResolver component.
|
|
|
| The internal cache is the special list with IPs and Hostnames which are already retrieved. The component use this cache to avoid double resolving of hostname by particular IP address.
|
|
|
| If you don't want to use cache, just set this property to 0.
|
|
|
|
|
| RegistrySaver structure;
|
| ResolveCachedIP method.
|